#include "nix/nixvec.h"#include <set>#include <map>#include <vector>#include <deque>#include <algorithm>Include dependency graph for rnode.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
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 |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 19 of file rnode.h. Referenced by FRLookup::Default(), and NixNode::Id(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 25 of file rnode.h. Referenced by NixClassifier::NixClassifier(). |
1.3.3