22 #ifndef TORC_GENERIC_HPP
23 #define TORC_GENERIC_HPP
180 #endif // TORC_GENERIC_HPP
void operator()(std::ostream &inStream, std::string &inName)
The Top level parser for parsing EDIF files.
Header for the VerilogImporter class.
boost::shared_ptr< Linker > LinkerSharedPtr
Header for the VerilogExporter class.
boost::shared_ptr< ObjectFactory > ObjectFactorySharedPtr
EdifExporter(std::ostream &inStream)
void operator()(RootSharedPtr &inRootPtr)
Contains functions for flattening a design.
virtual ~EdifImporter(void)
Represents a repository of unresolved usage references.
Contains definition for CompositionType.
EdifImporter(ObjectFactorySharedPtr &inObjectFactoryPtr)
RootSharedPtr getRootPtr(void)
Header for the VerilogExporterVisitor class.
Header for the VerilogNames class.
boost::shared_ptr< Root > RootSharedPtr
void parse(const std::string &inFileName, const RootSharedPtr &outRoot, const LinkerSharedPtr &outLinker, const ObjectFactorySharedPtr &inFactory, const ParserOptions &inOptions)
ObjectFactorySharedPtr mObjectFactoryPtr