Developer Documentation
|
Public Types | |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef int | difference_type |
typedef const OH | value_type |
typedef const OH * | pointer |
typedef const OH & | reference |
Public Member Functions | |
BaseIterator (const TopologyKernel *_mesh, const OH &_ch) | |
BaseIterator (const TopologyKernel *_mesh) | |
BaseIterator (const BaseIterator &_c)=default | |
BaseIterator & | operator= (const BaseIterator &_c)=default |
bool | operator== (const BaseIterator &_c) const |
bool | operator!= (const BaseIterator &_c) const |
pointer | operator-> () const |
reference | operator* () const |
bool | operator< (const BaseIterator &_c) const |
operator bool () const | |
void | valid (bool _valid) |
bool | valid () const |
void | cur_handle (const OH &_h) |
reference | cur_handle () const |
const TopologyKernel * | mesh () const |
Private Attributes | |
bool | valid_ |
OH | cur_handle_ |
const TopologyKernel * | mesh_ |
Definition at line 63 of file Iterators.hh.