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]

00104         {
00105             if (appGateIndex!=b.appGateIndex)
00106                 return appGateIndex<b.appGateIndex;
00107             else
00108                 return connId<b.connId;
00109         }


Member Data Documentation


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

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