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

Function end_layers

src/laybasic/laybasic/layLayoutViewBase.h:563–566  ·  view source on GitHub ↗

* @brief End iterator for the layers */

Source from the content-addressed store, hash-verified

561 * @brief End iterator for the layers
562 */
563 LayerPropertiesConstIterator end_layers () const
564 {
565 return get_properties ().end_const_recursive ();
566 }
567
568 /**
569 * @brief Begin iterator for the layers for a given list

Callers 2

add_missing_layersMethod · 0.70
add_new_layersMethod · 0.70

Calls 2

end_const_recursiveMethod · 0.80
get_propertiesFunction · 0.50

Tested by

no test coverage detected