INET Framework for OMNeT++/OMNEST
inet::sctp::SCTP::AppAssocKey Struct Reference

#include <SCTP.h>

Public Member Functions

bool operator< (const AppAssocKey &b) const
 

Public Attributes

int32 appGateIndex
 
int32 assocId
 

Member Function Documentation

bool inet::sctp::SCTP::AppAssocKey::operator< ( const AppAssocKey b) const
inline
99  {
100  if (appGateIndex != b.appGateIndex)
101  return appGateIndex < b.appGateIndex;
102  else
103  return assocId < b.assocId;
104  }
int32 assocId
Definition: SCTP.h:96
int32 appGateIndex
Definition: SCTP.h:95
value< double, units::m > b
Definition: Units.h:1054

Member Data Documentation


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