#include <stdint.h>#include <list>#include <queue>#include <map>#include <vector>#include "ns3/object.h"#include "ns3/ptr.h"#include "ns3/ipv4-address.h"#include "global-router-interface.h" Include dependency graph for global-route-manager-impl.h:
 Include dependency graph for global-route-manager-impl.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| Classes | |
| class | ns3::GlobalRouteManagerImpl | 
| A global router implementation.  More... | |
| class | ns3::GlobalRouteManagerLSDB | 
| The Link State DataBase (LSDB) of the Global Route Manager.  More... | |
| class | ns3::SPFVertex | 
| Vertex used in shortest path first (SPF) computations.  More... | |
| Namespaces | |
| ns3 | |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
| Variables | |
| const uint32_t | ns3::SPF_INFINITY = 0xffffffff | 
| "infinite" distance between nodes  More... | |