torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
VisitorType.hpp File Reference
+ Include dependency graph for VisitorType.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  torc::generic::BaseVisitor
 A base class for Visitor. More...
 
class  torc::generic::VisitorType< _Tp >
 An acyclic inoutVisitor implementation. More...
 

Namespaces

 torc
 Implementation of class to encapsulate micro-bitstream library generation code.
 
 torc::generic
 Namespace for the Torc generic netlist, including EDIF and BLIF importers and exporters.
 

Functions

template<typename _Tp >
void torc::generic::runVisitor (_Tp &inoutVisited, BaseVisitor &inoutVisitor) throw (Error)