#include "set/routes.hh"
#include "dijkstra.hxx"
Go to the source code of this file.
Namespaces | |
namespace | olsr |
namespace | olsr::alg |
Defines | |
#define | QOLYESTER_DAEMON_ALG_DIJKSTRA_HH 1 |
Typedefs | |
typedef cproxy_t::sym_neighborset_t::iterator | olsr::alg::sniter_t |
typedef std::map< address_t, std::pair< address_t, sniter_t > > | olsr::alg::lmap_t |
Functions | |
void | olsr::alg::dijkstra (rrouteset_t &routes, lmap_t &sources) |
#define QOLYESTER_DAEMON_ALG_DIJKSTRA_HH 1 |