Public Types | Public Member Functions
morphio::breadth_iterator_t< SectionT, MorphologyT > Class Template Reference

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

 breadth_iterator_t (const SectionT &section)
 
 breadth_iterator_t (const MorphologyT &morphology)
 
 breadth_iterator_t (const breadth_iterator_t &other)
 
SectionT operator* () const
 
SectionT const * operator-> () const
 
breadth_iterator_toperator++ ()
 
breadth_iterator_t operator++ (int)
 
bool operator== (const breadth_iterator_t &other) const
 
bool operator!= (const breadth_iterator_t &other) const