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]

00091                         {
00092                                 if (appGateIndex!=b.appGateIndex)
00093                                         return appGateIndex<b.appGateIndex;
00094                                 else
00095                                         return assocId<b.assocId;
00096                         }


Member Data Documentation


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

Generated on Fri Mar 20 18:51:21 2009 for INET Framework for OMNeT++/OMNEST by  doxygen 1.5.5