SCTP::VTagPair Struct Reference

#include <SCTP.h>

List of all members.

Public Member Functions

bool operator< (const VTagPair &b) const

Public Attributes

uint32 peerVTag
uint16 localPort
uint16 remotePort


Member Function Documentation

bool SCTP::VTagPair::operator< ( const VTagPair b  )  const [inline]

00125                         {
00126                                 if (peerVTag!=b.peerVTag)
00127                                         return peerVTag<b.peerVTag;
00128                                 else if (remotePort!=b.remotePort)
00129                                         return remotePort<b.remotePort;
00130                                 else
00131                                         return localPort<b.localPort;
00132                         }


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