torc-master
|
Header for the RouteNode class. More...
#include "torc/architecture/Arc.hpp"
#include "torc/common/EncapsulatedInteger.hpp"
#include <boost/cstdint.hpp>
#include <functional>
Go to the source code of this file.
Data Structures | |
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... | |
Namespaces | |
torc | |
Implementation of class to encapsulate micro-bitstream library generation code. | |
torc::router | |
Typedefs | |
typedef std::vector< RouteNode * > | torc::router::RouteNodePtrVector |
Vector of RouteNode pointers. More... | |
Header for the RouteNode class.
Definition in file RouteNode.hpp.