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

Method size

src/db/db/dbArray.h:2051–2058  ·  view source on GitHub ↗

* @brief The number of single instances in the array */

Source from the content-addressed store, hash-verified

2049 * @brief The number of single instances in the array
2050 */
2051 size_t size () const
2052 {
2053 if (mp_base) {
2054 return mp_base->size ();
2055 } else {
2056 return 1;
2057 }
2058 }
2059
2060 /**
2061 * @brief Gets the simple component of the transformation

Callers 6

is_iterated_arrayMethod · 0.45
sizeMethod · 0.45
equalMethod · 0.45
fuzzy_equalMethod · 0.45
lessMethod · 0.45
fuzzy_lessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected