#include "torc/architecture/Arc.hpp"
#include "torc/common/EncapsulatedInteger.hpp"
#include <boost/cstdint.hpp>
#include <functional>


Go to the source code of this file.
Namespaces | |
| namespace | torc |
| namespace | torc::router |
Classes | |
| class | torc::router::RouteNode |
| An object that holds an arc and path information for routing. More... | |
| class | torc::router::RouteNodePtrCostCompare |
| Binary predicate for comparing RouteNode pointers based on cost. More... | |
Typedefs | |
| typedef std::vector< RouteNode * > | torc::router::RouteNodePtrVector |
| Vector of RouteNode pointers. | |
Definition in file RouteNode.hpp.
1.5.6