Public Types | |
| typedef std::forward_iterator_tag | iterator_category |
| typedef Field | value_type |
| typedef std::ptrdiff_t | difference_type |
| typedef Field * | pointer |
| typedef Field & | reference |
Public Member Functions | |
| ConstIterator (const FieldSet *, Tag) | |
| const Field & | operator* () const |
| const Field * | operator-> () const |
| bool | operator== (const ConstIterator &) const |
| bool | operator!= (const ConstIterator &) const |
| ConstIterator & | operator++ () |
Definition at line 712 of file FieldSet.h.
| typedef std::ptrdiff_t difference_type |
Definition at line 718 of file FieldSet.h.
| typedef std::forward_iterator_tag iterator_category |
Definition at line 716 of file FieldSet.h.
Definition at line 719 of file FieldSet.h.
Definition at line 720 of file FieldSet.h.
| typedef Field value_type |
Definition at line 717 of file FieldSet.h.
| ConstIterator | ( | const FieldSet * | , |
| Tag | ) |
Initializes the iterator by a first field from which you need to iterate.
| bool operator!= | ( | const ConstIterator & | ) | const |
|
inline |
Definition at line 725 of file FieldSet.h.
| ConstIterator & operator++ | ( | ) |
|
inline |
Definition at line 729 of file FieldSet.h.
| bool operator== | ( | const ConstIterator & | ) | const |