|
Limbo 3.5.4
|
Apply cell reference action. It needs to call functions in GdsParser::GdsDB::ApplyCellReferenceActionDetails. More...
#include <GdsObjectHelpers.h>
Public Member Functions | |
| ApplyCellReferenceAction (GdsCellReference const &cr) | |
| constructor | |
| ApplyCellReferenceAction (ApplyCellReferenceAction const &rhs) | |
| template<typename ObjectType> | |
| void | operator() (::GdsParser::GdsRecords::EnumType, ObjectType *object) |
| API to run the action. | |
| std::string | message () const |
Public Attributes | |
| GdsCellReference const & | cellRef |
| CREF object. | |
Apply cell reference action. It needs to call functions in GdsParser::GdsDB::ApplyCellReferenceActionDetails.
Definition at line 461 of file GdsObjectHelpers.h.
|
inline |
|
inline |
copy constructor
| rhs | an ApplyCellReferenceAction object |
Definition at line 470 of file GdsObjectHelpers.h.
|
inline |
Definition at line 482 of file GdsObjectHelpers.h.
|
inline |
API to run the action.
| ObjectType | GDSII object type |
| object | GDSII object |
Definition at line 476 of file GdsObjectHelpers.h.
| GdsCellReference const& GdsParser::GdsDB::ApplyCellReferenceAction::cellRef |
CREF object.
Definition at line 463 of file GdsObjectHelpers.h.