Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | value_type = SectionT |
| using | difference_type = std::ptrdiff_t |
| using | pointer = SectionT * |
| using | reference = SectionT & |
Public Member Functions | |
| depth_iterator_t (const SectionT §ion) | |
| depth_iterator_t (const MorphologyT &morphology) | |
| depth_iterator_t (const depth_iterator_t &other) | |
| SectionT | operator* () const |
| SectionT const * | operator-> () const |
| depth_iterator_t & | operator++ () |
| depth_iterator_t | operator++ (int) |
| bool | operator== (const depth_iterator_t &other) const |
| bool | operator!= (const depth_iterator_t &other) const |