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

Method begin_const

src/laybasic/laybasic/layLayerProperties.cc:1642–1646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1640}
1641
1642LayerPropertiesList::const_iterator
1643LayerPropertiesList::begin_const () const
1644{
1645 return m_layer_properties.begin ();
1646}
1647
1648LayerPropertiesList::const_iterator
1649LayerPropertiesList::end_const () const

Callers 11

rowCountMethod · 0.80
bottomRightMethod · 0.80
sort_layersMethod · 0.80
init_layer_propertiesMethod · 0.80
operator<Method · 0.80
factorMethod · 0.80
at_topMethod · 0.80
parent_objMethod · 0.80
set_objMethod · 0.80
appendMethod · 0.80

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected