RINASim
October 2016
Documentation of framework for OMNeT++
|
Go to the source code of this file.
Classes | |
class | NFlowTable |
Typedefs | |
typedef std::list< NFlowTableEntry > | TFAITable |
typedef std::list< NFlowTableEntry * > | TFAIPtrs |
typedef TFAITable::iterator | TFTIter |
typedef TFAITable::const_iterator | TFTConstIter |
typedef TFAIPtrs::iterator | TFTPtrsIter |
Variables | |
const char * | SIG_STAT_FT_SIZE |
typedef std::list<NFlowTableEntry*> TFAIPtrs |
Definition at line 33 of file NFlowTable.h.
typedef std::list<NFlowTableEntry> TFAITable |
Definition at line 32 of file NFlowTable.h.
typedef TFAITable::const_iterator TFTConstIter |
Definition at line 35 of file NFlowTable.h.
typedef TFAITable::iterator TFTIter |
Definition at line 34 of file NFlowTable.h.
typedef TFAIPtrs::iterator TFTPtrsIter |
Definition at line 36 of file NFlowTable.h.
const char* SIG_STAT_FT_SIZE |
Definition at line 26 of file NFlowTable.cc.
Referenced by NFlowTable::initSignalsAndListeners().