RINASim  October 2016
Documentation of framework for OMNeT++
NFlowTable.h File Reference
#include <omnetpp.h>
#include "Utils.h"
#include "NFlowTableEntry.h"

Go to the source code of this file.

Classes

class  NFlowTable
 

Typedefs

typedef std::list< NFlowTableEntryTFAITable
 
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 Documentation

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.

Variable Documentation

const char* SIG_STAT_FT_SIZE

Definition at line 26 of file NFlowTable.cc.

Referenced by NFlowTable::initSignalsAndListeners().