RINASim  October 2016
Documentation of framework for OMNeT++
ConnectionTable.h File Reference
#include <omnetpp.h>
#include <ConnectionTableEntry.h>

Go to the source code of this file.

Classes

class  ConnectionTable
 

Typedefs

typedef std::list< ConnectionTableEntryTConTable
 
typedef TConTable::iterator TCTIter
 
typedef TConTable::const_iterator TCTConstIter
 

Typedef Documentation

typedef std::list<ConnectionTableEntry> TConTable

Definition at line 31 of file ConnectionTable.h.

typedef TConTable::const_iterator TCTConstIter

Definition at line 33 of file ConnectionTable.h.

typedef TConTable::iterator TCTIter

Definition at line 32 of file ConnectionTable.h.