|
Limbo 3.5.4
|
an action function for delete a cell More...
#include <GdsObjectHelpers.h>
Public Member Functions | |
| DeleteCellObjectAction (std::pair< ::GdsParser::GdsRecords::EnumType, GdsObject * > &t) | |
| constructor | |
| DeleteCellObjectAction (DeleteCellObjectAction const &rhs) | |
| copy constructor | |
| template<typename ObjectType> | |
| void | operator() (::GdsParser::GdsRecords::EnumType, 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 delete a cell
Definition at line 116 of file GdsObjectHelpers.h.
|
inline |
|
inline |
copy constructor
| rhs | a CopyCellObjectAction object |
Definition at line 125 of file GdsObjectHelpers.h.
|
inline |
Definition at line 137 of file GdsObjectHelpers.h.
|
inline |
API to run the copy action.
| ObjectType | GDSII object type |
| object | GDSII object |
Definition at line 131 of file GdsObjectHelpers.h.
| std::pair< ::GdsParser::GdsRecords::EnumType, GdsObject*>& GdsParser::GdsDB::DeleteCellObjectAction::target |
target cell
Definition at line 118 of file GdsObjectHelpers.h.