|
RINASim
October 2016
Documentation of framework for OMNeT++
|
Go to the source code of this file.
Classes | |
| class | NeighborTable |
Typedefs | |
| typedef std::list< NeighborTableEntry > | NeighborEntries |
| typedef NeighborEntries::iterator | NeiEntryItem |
| typedef NeighborEntries::const_iterator | NeiEntryCItem |
Variables | |
| const char * | ELEM_NEIGHTAB |
| const char * | ELEM_NEIGHBOR |
| typedef NeighborEntries::const_iterator NeiEntryCItem |
Definition at line 33 of file NeighborTable.h.
| typedef NeighborEntries::iterator NeiEntryItem |
Definition at line 32 of file NeighborTable.h.
| typedef std::list<NeighborTableEntry> NeighborEntries |
Definition at line 31 of file NeighborTable.h.
| const char* ELEM_NEIGHBOR |
Definition at line 27 of file NeighborTable.cc.
Referenced by NeighborTable::parseConfig().
| const char* ELEM_NEIGHTAB |
Definition at line 26 of file NeighborTable.cc.
Referenced by NeighborTable::parseConfig().