RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
struct | linksU |
struct | TreeNode |
struct | psT |
Typedefs | |
typedef std::map< std::string, linksU > | linksSt |
typedef std::pair< std::string, linksU > | linksStEntry |
typedef std::map< std::string, linksSt > | linksStCol |
typedef std::pair< std::string, linksSt > | linksStColEntry |
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, neighMetric > | qosNeighMetric |
typedef neighMetric::iterator | neighMetricIt |
typedef qosNeighMetric::iterator | qosNeighMetricIt |
typedef std::set< unsigned short > | qosSet |
typedef std::set< std::string > | addrSet |
typedef std::vector< std::string > | addrList |
typedef std::map< std::string, addrSet > | qos2addrSet |
typedef std::pair< unsigned short, addrSet > | qos2addrSetEntry |
typedef qosSet::iterator | qosSetIt |
typedef addrSet::iterator | addrSetIt |
typedef qos2addrSet::iterator | qos2addrSetIt |
typedef std::set< TreeNode * >::iterator | TreeNodeIt |
typedef std::map< std::string, psT > | wMap |
typedef std::map< std::string, unsigned short > | aMap |
typedef wMap::iterator | wMapIt |
typedef aMap::iterator | aMapIt |
typedef std::vector< wMapIt > | mList |
typedef mList::iterator | mListIt |
typedef std::vector<std::string> addrList |
Definition at line 55 of file PLLSCommon.h.
typedef std::set<std::string> addrSet |
Definition at line 54 of file PLLSCommon.h.
typedef addrSet::iterator addrSetIt |
Definition at line 59 of file PLLSCommon.h.
typedef std::map<std::string, unsigned short > aMap |
Definition at line 131 of file PLLSCommon.h.
typedef aMap::iterator aMapIt |
Definition at line 134 of file PLLSCommon.h.
typedef std::map<std::string, unsigned short>::iterator linksIt |
Definition at line 44 of file PLLSCommon.h.
Definition at line 38 of file PLLSCommon.h.
typedef std::map<std::string, linksSt> linksStCol |
Definition at line 41 of file PLLSCommon.h.
typedef std::pair<std::string, linksSt> linksStColEntry |
Definition at line 42 of file PLLSCommon.h.
typedef linksStCol::iterator linksStColIt |
Definition at line 46 of file PLLSCommon.h.
typedef std::pair<std::string, linksU> linksStEntry |
Definition at line 39 of file PLLSCommon.h.
typedef linksSt::iterator linksStIt |
Definition at line 45 of file PLLSCommon.h.
Definition at line 136 of file PLLSCommon.h.
typedef mList::iterator mListIt |
Definition at line 137 of file PLLSCommon.h.
typedef std::map<Address, unsigned short> neighMetric |
Definition at line 48 of file PLLSCommon.h.
typedef neighMetric::iterator neighMetricIt |
Definition at line 50 of file PLLSCommon.h.
typedef std::map<std::string, addrSet> qos2addrSet |
Definition at line 56 of file PLLSCommon.h.
typedef std::pair<unsigned short, addrSet> qos2addrSetEntry |
Definition at line 57 of file PLLSCommon.h.
typedef qos2addrSet::iterator qos2addrSetIt |
Definition at line 60 of file PLLSCommon.h.
typedef std::map<std::string, neighMetric> qosNeighMetric |
Definition at line 49 of file PLLSCommon.h.
typedef qosNeighMetric::iterator qosNeighMetricIt |
Definition at line 51 of file PLLSCommon.h.
typedef std::set<unsigned short> qosSet |
Definition at line 53 of file PLLSCommon.h.
typedef qosSet::iterator qosSetIt |
Definition at line 58 of file PLLSCommon.h.
typedef std::set<TreeNode *>::iterator TreeNodeIt |
Definition at line 100 of file PLLSCommon.h.
Definition at line 130 of file PLLSCommon.h.
typedef wMap::iterator wMapIt |
Definition at line 133 of file PLLSCommon.h.