torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RouteNode.hpp File Reference

Header for the RouteNode class. More...

#include "torc/architecture/Arc.hpp"
#include "torc/common/EncapsulatedInteger.hpp"
#include <boost/cstdint.hpp>
#include <functional>
+ Include dependency graph for RouteNode.hpp:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Header for the RouteNode class.

Definition in file RouteNode.hpp.