#include <Design.hpp>


| Public Member Functions | |
| virtual DesignSharedPtr | newDesignPtr (const std::string &inName, const RootSharedPtr &inRootPtr, const std::string &inCellRefName, const std::string &inLibraryRefName, const std::string &inOriginalName=std::string()) throw (Error) | 
Definition at line 68 of file Design.hpp.
| DesignSharedPtr torc::generic::Design::Factory::newDesignPtr | ( | const std::string & | inName, | |
| const RootSharedPtr & | inRootPtr, | |||
| const std::string & | inCellRefName, | |||
| const std::string & | inLibraryRefName, | |||
| const std::string & | inOriginalName = std::string() | |||
| ) | throw (Error)  [virtual] | 
Create a design
| [in] | inName | Name of the design to be created. | 
| [in] | inRootPtr | Pointer to parented(Root) object. | 
| [in] | inCellRefName | The top level cell ref name for this design. | 
| [in] | inLibraryRefName | The top level Library ref name for this design. | 
| [in] | inOriginalName | Original name of the design [optional]. | 
Definition at line 27 of file Design.cpp.
 1.5.6
 1.5.6