|
Limbo 3.5.4
|
an action function for copy a cell More...
#include <GdsObjectHelpers.h>
Public Member Functions | |
| CopyCellObjectAction (std::pair< ::GdsParser::GdsRecords::EnumType, GdsObject * > &t) | |
| constructor | |
| CopyCellObjectAction (CopyCellObjectAction const &rhs) | |
| copy constructor | |
| template<typename ObjectType> | |
| void | operator() (::GdsParser::GdsRecords::EnumType type, ObjectType *object) |
| API to run the copy action. | |
| std::string | message () const |
Public Attributes | |
| std::pair< ::GdsParser::GdsRecords::EnumType, GdsObject * > & | target |
| target cell | |
an action function for copy a cell
Definition at line 86 of file GdsObjectHelpers.h.
|
inline |
|
inline |
copy constructor
| rhs | a CopyCellObjectAction object |
Definition at line 95 of file GdsObjectHelpers.h.
|
inline |
Definition at line 109 of file GdsObjectHelpers.h.
|
inline |
API to run the copy action.
| ObjectType | GDSII object type |
| type | GDSII record |
| object | GDSII object |
Definition at line 102 of file GdsObjectHelpers.h.
| std::pair< ::GdsParser::GdsRecords::EnumType, GdsObject*>& GdsParser::GdsDB::CopyCellObjectAction::target |
target cell
Definition at line 88 of file GdsObjectHelpers.h.