RINASim  October 2016
Documentation of framework for OMNeT++
SimpleLS Namespace Reference

Classes

struct  linksU
 
struct  psT
 
class  RoutingUpdate
 
class  SimpleLS
 
struct  TreeNode
 

Typedefs

typedef std::map< std::string, linksUlinksSt
 
typedef std::pair< std::string, linksUlinksStEntry
 
typedef std::map< std::string, linksStlinksStCol
 
typedef std::pair< std::string, linksStlinksStColEntry
 
typedef std::map< std::string, unsigned short >::iterator linksIt
 
typedef linksSt::iterator linksStIt
 
typedef linksStCol::iterator linksStColIt
 
typedef std::map< Address, unsigned short > neighMetric
 
typedef std::map< std::string, neighMetricqosNeighMetric
 
typedef neighMetric::iterator neighMetricIt
 
typedef qosNeighMetric::iterator qosNeighMetricIt
 
typedef std::set< std::string > qosSet
 
typedef std::set< std::string > addrSet
 
typedef std::vector< std::string > addrList
 
typedef std::map< std::string, addrSetqos2addrSet
 
typedef std::pair< std::string, addrSetqos2addrSetEntry
 
typedef qosSet::iterator qosSetIt
 
typedef addrSet::iterator addrSetIt
 
typedef qos2addrSet::iterator qos2addrSetIt
 
typedef std::set< TreeNode * >::iterator TreeNodeIt
 
typedef std::map< std::string, psTwMap
 
typedef std::map< std::string, unsigned short > aMap
 
typedef wMap::iterator wMapIt
 
typedef aMap::iterator aMapIt
 
typedef std::vector< wMapItmList
 
typedef mList::iterator mListIt
 

Functions

 Register_Class (SimpleLS)
 

Typedef Documentation

typedef std::vector<std::string> SimpleLS::addrList

Definition at line 62 of file SimpleLS.h.

typedef std::set<std::string> SimpleLS::addrSet

Definition at line 61 of file SimpleLS.h.

typedef addrSet::iterator SimpleLS::addrSetIt

Definition at line 66 of file SimpleLS.h.

typedef std::map<std::string, unsigned short > SimpleLS::aMap

Definition at line 132 of file SimpleLS.h.

typedef aMap::iterator SimpleLS::aMapIt

Definition at line 135 of file SimpleLS.h.

typedef std::map<std::string, unsigned short>::iterator SimpleLS::linksIt

Definition at line 50 of file SimpleLS.h.

typedef std::map<std::string, linksU> SimpleLS::linksSt

Definition at line 44 of file SimpleLS.h.

typedef std::map<std::string, linksSt> SimpleLS::linksStCol

Definition at line 47 of file SimpleLS.h.

typedef std::pair<std::string, linksSt> SimpleLS::linksStColEntry

Definition at line 48 of file SimpleLS.h.

typedef linksStCol::iterator SimpleLS::linksStColIt

Definition at line 52 of file SimpleLS.h.

typedef std::pair<std::string, linksU> SimpleLS::linksStEntry

Definition at line 45 of file SimpleLS.h.

typedef linksSt::iterator SimpleLS::linksStIt

Definition at line 51 of file SimpleLS.h.

typedef std::vector<wMapIt> SimpleLS::mList

Definition at line 137 of file SimpleLS.h.

typedef mList::iterator SimpleLS::mListIt

Definition at line 138 of file SimpleLS.h.

typedef std::map<Address, unsigned short> SimpleLS::neighMetric

Definition at line 54 of file SimpleLS.h.

typedef neighMetric::iterator SimpleLS::neighMetricIt

Definition at line 56 of file SimpleLS.h.

typedef std::map<std::string, addrSet> SimpleLS::qos2addrSet

Definition at line 63 of file SimpleLS.h.

typedef std::pair<std::string, addrSet> SimpleLS::qos2addrSetEntry

Definition at line 64 of file SimpleLS.h.

typedef qos2addrSet::iterator SimpleLS::qos2addrSetIt

Definition at line 67 of file SimpleLS.h.

typedef std::map<std::string, neighMetric> SimpleLS::qosNeighMetric

Definition at line 55 of file SimpleLS.h.

typedef qosNeighMetric::iterator SimpleLS::qosNeighMetricIt

Definition at line 57 of file SimpleLS.h.

typedef std::set<std::string> SimpleLS::qosSet

Definition at line 60 of file SimpleLS.h.

typedef qosSet::iterator SimpleLS::qosSetIt

Definition at line 65 of file SimpleLS.h.

typedef std::set<TreeNode *>::iterator SimpleLS::TreeNodeIt

Definition at line 98 of file SimpleLS.h.

typedef std::map<std::string, psT > SimpleLS::wMap

Definition at line 131 of file SimpleLS.h.

typedef wMap::iterator SimpleLS::wMapIt

Definition at line 134 of file SimpleLS.h.

Function Documentation

SimpleLS::Register_Class ( SimpleLS  )