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

Go to the source code of this file.

Classes

class  IntPortsLoadRouting
 

Typedefs

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

Typedef Documentation

typedef std::map<qosPaddr, std::string> entries2Next

Definition at line 23 of file IntPortsLoadRouting.h.

typedef entries2Next::iterator entries2NextIt

Definition at line 25 of file IntPortsLoadRouting.h.

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

Definition at line 24 of file IntPortsLoadRouting.h.

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

Definition at line 22 of file IntPortsLoadRouting.h.