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.


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.
typedef constructible_tree
< hierarchy_graph > 
hierarchy_tree
 Hierarchy Tree.

Functions

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

Detailed Description

Returns the hierarchy of a circuits by its modules.


Generated on Tue Dec 21 2010 21:52:13 for RevKit by doxygen 1.7.1