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

Go to the source code of this file.

Classes

class  NamingInformation
 

Typedefs

typedef std::list< NamingInformationEntryNamingInformations
 
typedef NamingInformations::iterator NamingItem
 
typedef NamingInformations::const_iterator NamingCItem
 

Variables

const char * ELEM_NAMINGTABLE
 
const char * ELEM_SYNONYM
 

Typedef Documentation

typedef NamingInformations::const_iterator NamingCItem

Definition at line 33 of file NamingInformation.h.

Definition at line 31 of file NamingInformation.h.

typedef NamingInformations::iterator NamingItem

Definition at line 32 of file NamingInformation.h.

Variable Documentation

const char* ELEM_NAMINGTABLE

Definition at line 26 of file NamingInformation.cc.

Referenced by NamingInformation::parseConfig().

const char* ELEM_SYNONYM

Definition at line 27 of file NamingInformation.cc.

Referenced by NamingInformation::parseConfig().