#include <SCTP.h>
Public Member Functions | |
| bool | operator< (const AppConnKey &b) const |
Public Attributes | |
| int32 | appGateIndex |
| int32 | assocId |
Definition at line 87 of file SCTP.h.
| bool SCTP::AppConnKey::operator< | ( | const AppConnKey & | b | ) | const [inline] |
Definition at line 92 of file SCTP.h.
{
if (appGateIndex!=b.appGateIndex)
return appGateIndex<b.appGateIndex;
else
return assocId<b.assocId;
}
Definition at line 89 of file SCTP.h.
Referenced by SCTP::addForkedAssociation(), SCTP::findAssocForApp(), SCTP::handleMessage(), operator<(), and SCTP::removeAssociation().
Definition at line 90 of file SCTP.h.
Referenced by SCTP::addForkedAssociation(), SCTP::findAssocForApp(), SCTP::handleMessage(), operator<(), and SCTP::removeAssociation().
1.7.1