RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <MiniTable.h>
Public Member Functions | |
vector< RMTPort * > | lookup (const PDU *pdu) |
vector< RMTPort * > | lookup (const Address &dst, const std::string &qos) |
string | toString () |
void | insert (const std::string &addr, RMTPort *port) |
void | insert (const Address &addr, RMTPort *port) |
void | remove (const std::string &addr) |
void | remove (const Address &addr) |
void | clean () |
void | finish () |
![]() | |
IntPDUForwarding () | |
~IntPDUForwarding () | |
Protected Member Functions | |
void | onPolicyInit () |
![]() | |
void | initialize () |
Protected Attributes | |
FWDTable | table |
Definition at line 39 of file MiniTable.h.
void MiniTable::MiniTable::clean | ( | ) |
Definition at line 79 of file MiniTable.cc.
void MiniTable::MiniTable::finish | ( | ) |
Definition at line 87 of file MiniTable.cc.
|
virtual |
Implements IntMiniForwarding.
Implements IntMiniForwarding.
Definition at line 67 of file MiniTable.cc.
Implements IntPDUForwarding.
Definition at line 35 of file MiniTable.cc.
|
virtual |
Implements IntPDUForwarding.
Definition at line 38 of file MiniTable.cc.
|
protectedvirtual |
Implements IntPDUForwarding.
Definition at line 85 of file MiniTable.cc.
|
virtual |
Implements IntMiniForwarding.
|
virtual |
Implements IntMiniForwarding.
Definition at line 70 of file MiniTable.cc.
|
virtual |
Implements IntPDUForwarding.
Definition at line 55 of file MiniTable.cc.
|
protected |
Definition at line 59 of file MiniTable.h.