RINASim  October 2016
Documentation of framework for OMNeT++
NeighborTable.h File Reference
#include <omnetpp.h>
#include "NeighborTableEntry.h"
#include "ExternConsts.h"

Go to the source code of this file.

Classes

class  NeighborTable
 

Typedefs

typedef std::list< NeighborTableEntryNeighborEntries
 
typedef NeighborEntries::iterator NeiEntryItem
 
typedef NeighborEntries::const_iterator NeiEntryCItem
 

Variables

const char * ELEM_NEIGHTAB
 
const char * ELEM_NEIGHBOR
 

Typedef Documentation

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.

Variable Documentation

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().