ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


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

ns-2/routealgo/rnode.h File Reference

#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_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
 

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
 


Variable Documentation

const dist_t INF = 0xffffffff
 

const nodeid_t NODE_NONE = 0xffffffff
 


This document is generated by doxygen.