#include <OnixS/FIXEngine/FIX/FlatMessage.h>
Public Types | |
typedef std::forward_iterator_tag | iterator_category |
typedef FlatField | value_type |
typedef FlatField | difference_type |
typedef FlatField * | pointer |
typedef FlatField & | reference |
Public Member Functions | |
ConstIterator (const FlatMessage *, Tag) | |
const FlatField & | operator* () const |
const FlatField * | operator-> () const |
bool | operator== (const ConstIterator &) const |
bool | operator!= (const ConstIterator &) const |
ConstIterator & | operator++ () |
Definition at line 331 of file FlatMessage.h.
typedef FlatField difference_type |
Definition at line 337 of file FlatMessage.h.
typedef std::forward_iterator_tag iterator_category |
Definition at line 335 of file FlatMessage.h.
Definition at line 338 of file FlatMessage.h.
Definition at line 339 of file FlatMessage.h.
typedef FlatField value_type |
Definition at line 336 of file FlatMessage.h.
ConstIterator | ( | const FlatMessage * | , |
Tag | |||
) |
Initializes iterator by a first field from which you need to iterate.
bool operator!= | ( | const ConstIterator & | ) | const |
|
inline |
Definition at line 344 of file FlatMessage.h.
ConstIterator& operator++ | ( | ) |
|
inline |
Definition at line 348 of file FlatMessage.h.
bool operator== | ( | const ConstIterator & | ) | const |