Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

rnode.h File Reference

#include "nix/nixvec.h"
#include <set>
#include <map>
#include <vector>
#include <deque>
#include <algorithm>

Include dependency graph for rnode.h:

Include dependency graph

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

Included by dependency graph

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_tNodeWeight_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_tRoutingVec_t
typedef RoutingVec_t::iterator RoutingVec_it
typedef vector< dist_tDistVec_t
typedef DistVec_t::iterator DistVec_it

Variables

const dist_t INF = 0xffffffff
const nodeid_t NODE_NONE = 0xffffffff


Typedef Documentation

typedef unsigned long dist_t
 

Definition at line 20 of file rnode.h.

typedef DistVec_t::iterator DistVec_it
 

Definition at line 65 of file rnode.h.

typedef vector<dist_t> DistVec_t
 

Definition at line 64 of file rnode.h.

typedef unsigned long nodeid_t
 

Definition at line 19 of file rnode.h.

Referenced by FRLookup::Default(), and NixNode::Id().

typedef pair<nodeid_t, weight_t> NodeWeight_t
 

Definition at line 22 of file rnode.h.

typedef RNodeDeq_t::iterator RNodeDeq_it
 

Definition at line 57 of file rnode.h.

typedef deque<RNode*> RNodeDeq_t
 

Definition at line 56 of file rnode.h.

typedef RNodeVec_t::iterator RNodeVec_it
 

Definition at line 53 of file rnode.h.

typedef vector<RNode*> RNodeVec_t
 

Definition at line 52 of file rnode.h.

typedef RoutingVec_t::iterator RoutingVec_it
 

Definition at line 61 of file rnode.h.

typedef vector<nodeid_t> RoutingVec_t
 

Definition at line 60 of file rnode.h.

typedef unsigned int weight_t
 

Definition at line 21 of file rnode.h.


Variable Documentation

const dist_t INF = 0xffffffff
 

Definition at line 24 of file rnode.h.

const nodeid_t NODE_NONE = 0xffffffff
 

Definition at line 25 of file rnode.h.

Referenced by NixClassifier::NixClassifier().


Generated on Tue Apr 20 12:27:11 2004 for NS2.26SourcesOriginal by doxygen 1.3.3