| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include "nix/nixvec.h"#include <set>#include <map>#include <vector>#include <deque>#include <algorithm>Compounds | |
| class | RNode |
Typedefs | |
| typedef unsigned long | nodeid_t |
| typedef unsigned long | dist_t |
| typedef unsigned int | weight_t |
| typedef pair< nodeid_t, weight_t > | NodeWeight_t |
| typedef vector< RNode * > | RNodeVec_t |
| typedef RNodeVec_t::iterator | RNodeVec_it |
| typedef deque< RNode * > | RNodeDeq_t |
| typedef RNodeDeq_t::iterator | RNodeDeq_it |
| typedef vector< nodeid_t > | RoutingVec_t |
| typedef RoutingVec_t::iterator | RoutingVec_it |
| typedef vector< dist_t > | DistVec_t |
| typedef DistVec_t::iterator | DistVec_it |
Variables | |
| const dist_t | INF = 0xffffffff |
| const nodeid_t | NODE_NONE = 0xffffffff |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|