MCPcopy Create free account
hub / github.com/KLayout/klayout / obj

Function obj

src/laybasic/laybasic/layLayerProperties.h:1504–1510  ·  view source on GitHub ↗

* @brief Obtain a pointer to the object referenced * * If the iterator is null, the pointer returned is 0. */

Source from the content-addressed store, hash-verified

1502 * If the iterator is null, the pointer returned is 0.
1503 */
1504 const LayerPropertiesNode *obj () const
1505 {
1506 if (! mp_obj) {
1507 set_obj ();
1508 }
1509 return mp_obj.get ();
1510 }
1511
1512 /**
1513 * @brief Gets the layer properties list this iterator operates on

Callers 4

incMethod · 0.70
operator->Function · 0.70

Calls 1

getMethod · 0.45

Tested by

no test coverage detected