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

Function get_expressions

src/db/db/dbLayoutQuery.cc:2046–2053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2044 }
2045
2046 void get_expressions (tl::Variant &v)
2047 {
2048 std::vector<tl::Variant> vd;
2049 v = tl::Variant (vd.begin (), vd.end ());
2050 for (std::vector<tl::Expression>::const_iterator e = m_expressions.begin (); e != m_expressions.end (); ++e) {
2051 v.push (e->text ());
2052 }
2053 }
2054
2055 virtual void reset (FilterStateBase *previous)
2056 {

Callers 1

get_propertyFunction · 0.85

Calls 5

VariantClass · 0.70
beginMethod · 0.45
endMethod · 0.45
pushMethod · 0.45
textMethod · 0.45

Tested by

no test coverage detected