Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TCP::AppConnKey Struct Reference

#include <TCP.h>

List of all members.

Public Member Functions

bool operator< (const AppConnKey &b) const

Public Attributes

int appGateIndex
int connId


Member Function Documentation

bool TCP::AppConnKey::operator< const AppConnKey b  )  const [inline]
 

00109         {
00110             if (appGateIndex!=b.appGateIndex)
00111                 return appGateIndex<b.appGateIndex;
00112             else
00113                 return connId<b.connId;
00114         }


Member Data Documentation

int TCP::AppConnKey::appGateIndex
 

int TCP::AppConnKey::connId
 


The documentation for this struct was generated from the following file:
Generated on Sat Apr 1 20:52:24 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.1