| 1622 | } |
| 1623 | |
| 1624 | LayerPropertiesConstIterator |
| 1625 | LayerPropertiesList::end_const_recursive () const |
| 1626 | { |
| 1627 | return LayerPropertiesConstIterator (*this, true); |
| 1628 | } |
| 1629 | |
| 1630 | LayerPropertiesIterator |
| 1631 | LayerPropertiesList::begin_recursive () |
no test coverage detected