#include "routealgo/rnode.h"
#include "routealgo/rbitmap.h"
#include <iostream>
#include <map>
#include <set>
Include dependency graph for rlookup.h:

Go to the source code of this file.
Data Structures | |
| class | BMLookup |
| class | FRLookup |
| class | HMLookup |
| class | NHLookup |
| class | NOLookup |
| class | RLookup |
Typedefs | |
| typedef pair< nodeid_t, nodeid_t > | LookupPair_t |
| typedef RouteMap_t::iterator | RouteMap_it |
| typedef map< nodeid_t, nodeid_t, equal_to< nodeid_t > > | RouteMap_t |
| typedef RouteMap_t::value_type | RoutePair_t |
Enumerations | |
| enum | RLookup_Types { RL_NULL, RL_FIXED, RL_BITMAP, RL_HASH, RL_NEXTHOP, RL_LAST } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 22 of file rlookup.h.
|
1.4.6