#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.
Data Structures | |
| class | RNode |
Typedefs | |
| typedef unsigned long | dist_t |
| typedef DistVec_t::iterator | DistVec_it |
| typedef vector< dist_t > | DistVec_t |
| typedef unsigned long | nodeid_t |
| typedef pair< nodeid_t, weight_t > | NodeWeight_t |
| typedef RNodeDeq_t::iterator | RNodeDeq_it |
| typedef deque< RNode * > | RNodeDeq_t |
| typedef RNodeVec_t::iterator | RNodeVec_it |
| typedef vector< RNode * > | RNodeVec_t |
| typedef RoutingVec_t::iterator | RoutingVec_it |
| typedef vector< nodeid_t > | RoutingVec_t |
| typedef unsigned int | weight_t |
Variables | |
| const dist_t | INF = 0xffffffff |
| const nodeid_t | NODE_NONE = 0xffffffff |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6