INET Framework for OMNeT++/OMNEST
SCTP::AppConnKey Struct Reference

#include <SCTP.h>

List of all members.

Public Member Functions

bool operator< (const AppConnKey &b) const

Public Attributes

int32 appGateIndex
int32 assocId

Member Function Documentation

bool SCTP::AppConnKey::operator< ( const AppConnKey b) const [inline]
            {
                if (appGateIndex!=b.appGateIndex)
                    return appGateIndex<b.appGateIndex;
                else
                    return assocId<b.assocId;
            }

Member Data Documentation


The documentation for this struct was generated from the following file: