INET Framework for OMNeT++/OMNEST
|
#include <SCTP.h>
Public Member Functions | |
bool | operator< (const AppConnKey &b) const |
Public Attributes | |
int32 | appGateIndex |
int32 | assocId |
bool SCTP::AppConnKey::operator< | ( | const AppConnKey & | b | ) | const [inline] |
{ if (appGateIndex!=b.appGateIndex) return appGateIndex<b.appGateIndex; else return assocId<b.assocId; }
Referenced by SCTP::addForkedAssociation(), SCTP::findAssocForApp(), SCTP::handleMessage(), operator<(), and SCTP::removeAssociation().
Referenced by SCTP::addForkedAssociation(), SCTP::findAssocForApp(), SCTP::handleMessage(), operator<(), and SCTP::removeAssociation().