RINASim  October 2016
Documentation of framework for OMNeT++
IntSimpleRouting.h File Reference
#include <IntRouting.h>
#include <string>

Go to the source code of this file.

Classes

struct  entType
 
class  IntSimpleRouting
 

Typedefs

typedef std::pair< std::string, std::string > qosPaddr
 
typedef std::map< qosPaddr, entTypeentries2Next
 
typedef std::pair< qosPaddr, std::string > entries2NextItem
 
typedef entries2Next::iterator entries2NextIt
 

Typedef Documentation

typedef std::map<qosPaddr, entType> entries2Next

Definition at line 35 of file IntSimpleRouting.h.

typedef entries2Next::iterator entries2NextIt

Definition at line 37 of file IntSimpleRouting.h.

typedef std::pair<qosPaddr, std::string> entries2NextItem

Definition at line 36 of file IntSimpleRouting.h.

typedef std::pair<std::string, std::string> qosPaddr

Definition at line 34 of file IntSimpleRouting.h.