torc-master
|
#include <Design.hpp>
Public Types | |
typedef Design | Type |
typedef SelfReferencing< Type > ::Pointer | Pointer |
typedef SelfReferencing< Type > ::WeakPointer | WeakPointer |
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) |
virtual void | create (Pointer &outPointer) throw (Error) |
Convenience class for creating a design
Definition at line 60 of file generic/Design.hpp.
|
inherited |
A pointer to an object of type Type
Definition at line 45 of file FactoryType.hpp.
|
inherited |
A rename of the parameter type
Definition at line 40 of file FactoryType.hpp.
|
inherited |
A weak pointer to an object of type Type
Definition at line 50 of file FactoryType.hpp.
|
inlinevirtualinherited |
Create an object of the Type specification of Factory. If the object has a boost::weak_ptr to itself, it is the task of this method to set this after the object is created.
Definition at line 58 of file FactoryType.hpp.
|
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 25 of file generic/Design.cpp.