Classes | Namespaces | Macros | Typedefs | Functions
circuit_hierarchy.hpp File Reference

Returns the hierarchy of a circuits by its modules. More...

Classes

class  constructible_tree< Graph >
 This class represents a tree based on a Boost.Graph. More...
 

Namespaces

namespace  revkit
 Main namespace.
 

Macros

#define foreach   BOOST_FOREACH
 

Typedefs

typedef boost::adjacency_list
< boost::vecS, boost::vecS,
boost::bidirectionalS,
boost::property
< boost::vertex_name_t,
boost::tuple< std::string,
const circuit * > > > 
hierarchy_graph
 Hierarchy Graph. More...
 
typedef constructible_tree
< hierarchy_graph > 
hierarchy_tree
 Hierarchy Tree. More...
 

Functions

void circuit_hierarchy (const circuit &circ, hierarchy_tree &tree)
 Calculates the hierarchy of a circuit by its modules. More...
 

Detailed Description

Returns the hierarchy of a circuits by its modules.


Generated on Tue Apr 16 2013 08:12:02 for RevKit by doxygen 1.8.3.1