Public Types | |
| typedef std::forward_iterator_tag | iterator_category |
| typedef FlatGroupInstance | value_type |
| typedef std::ptrdiff_t | difference_type |
| typedef FlatGroupInstance * | pointer |
| typedef FlatGroupInstance & | reference |
Public Member Functions | |
| ConstIterator (const FlatGroup *, size_t) | |
| const FlatGroupInstance & | operator* () const |
| const FlatGroupInstance * | operator-> () const |
| bool | operator== (const ConstIterator &) const |
| bool | operator!= (const ConstIterator &) const |
| ConstIterator & | operator++ () |
Definition at line 86 of file FlatGroup.h.
| typedef std::ptrdiff_t difference_type |
Definition at line 92 of file FlatGroup.h.
| typedef std::forward_iterator_tag iterator_category |
Definition at line 90 of file FlatGroup.h.
| typedef FlatGroupInstance* pointer |
Definition at line 93 of file FlatGroup.h.
| typedef FlatGroupInstance& reference |
Definition at line 94 of file FlatGroup.h.
| typedef FlatGroupInstance value_type |
Definition at line 91 of file FlatGroup.h.
| ConstIterator | ( | const FlatGroup * | , |
| size_t | ) |
Initializes an iterator by a first group instance from which you need to iterate.
| bool operator!= | ( | const ConstIterator & | ) | const |
|
inline |
Definition at line 99 of file FlatGroup.h.
| ConstIterator & operator++ | ( | ) |
|
inline |
Definition at line 103 of file FlatGroup.h.
| bool operator== | ( | const ConstIterator & | ) | const |