RINASim  October 2016
Documentation of framework for OMNeT++
SimpleLS.h File Reference
#include <IntSimpleRouting.h>
#include <vector>
#include <map>

Go to the source code of this file.

Classes

struct  SimpleLS::linksU
 
struct  SimpleLS::TreeNode
 
struct  SimpleLS::psT
 
class  SimpleLS::RoutingUpdate
 
class  SimpleLS::SimpleLS
 

Namespaces

 SimpleLS
 

Typedefs

typedef std::map< std::string, linksUSimpleLS::linksSt
 
typedef std::pair< std::string, linksUSimpleLS::linksStEntry
 
typedef std::map< std::string, linksStSimpleLS::linksStCol
 
typedef std::pair< std::string, linksStSimpleLS::linksStColEntry
 
typedef std::map< std::string, unsigned short >::iterator SimpleLS::linksIt
 
typedef linksSt::iterator SimpleLS::linksStIt
 
typedef linksStCol::iterator SimpleLS::linksStColIt
 
typedef std::map< Address, unsigned short > SimpleLS::neighMetric
 
typedef std::map< std::string, neighMetricSimpleLS::qosNeighMetric
 
typedef neighMetric::iterator SimpleLS::neighMetricIt
 
typedef qosNeighMetric::iterator SimpleLS::qosNeighMetricIt
 
typedef std::set< std::string > SimpleLS::qosSet
 
typedef std::set< std::string > SimpleLS::addrSet
 
typedef std::vector< std::string > SimpleLS::addrList
 
typedef std::map< std::string, addrSetSimpleLS::qos2addrSet
 
typedef std::pair< std::string, addrSetSimpleLS::qos2addrSetEntry
 
typedef qosSet::iterator SimpleLS::qosSetIt
 
typedef addrSet::iterator SimpleLS::addrSetIt
 
typedef qos2addrSet::iterator SimpleLS::qos2addrSetIt
 
typedef std::set< TreeNode * >::iterator SimpleLS::TreeNodeIt
 
typedef std::map< std::string, psTSimpleLS::wMap
 
typedef std::map< std::string, unsigned short > SimpleLS::aMap
 
typedef wMap::iterator SimpleLS::wMapIt
 
typedef aMap::iterator SimpleLS::aMapIt
 
typedef std::vector< wMapItSimpleLS::mList
 
typedef mList::iterator SimpleLS::mListIt