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

Method LayerPropertiesConstIterator

src/laybasic/laybasic/layLayerProperties.cc:885–889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883// LayerPropertiesConstIterator implementation
884
885LayerPropertiesConstIterator::LayerPropertiesConstIterator ()
886 : m_uint (0), m_list ()
887{
888 // .. nothing yet ..
889}
890
891LayerPropertiesConstIterator::LayerPropertiesConstIterator (const lay::LayerPropertiesNode *node)
892 : m_uint (0), m_list ()

Callers

nothing calls this directly

Calls 15

get_propertiesMethod · 0.80
list_indexMethod · 0.80
begin_constMethod · 0.80
end_constMethod · 0.80
begin_layersMethod · 0.80
parentMethod · 0.45
begin_childrenMethod · 0.45
end_childrenMethod · 0.45
push_backMethod · 0.45
viewMethod · 0.45
emptyMethod · 0.45
at_endMethod · 0.45

Tested by

no test coverage detected