#include <OnixS/FIXEngine/FIX/FlatMessage.h>
Public Types | |
typedef std::forward_iterator_tag | iterator_category |
typedef FlatField | value_type |
typedef std::ptrdiff_t | 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 457 of file FlatMessage.h.
typedef std::ptrdiff_t difference_type |
Definition at line 463 of file FlatMessage.h.
typedef std::forward_iterator_tag iterator_category |
Definition at line 461 of file FlatMessage.h.
Definition at line 464 of file FlatMessage.h.
Definition at line 465 of file FlatMessage.h.
typedef FlatField value_type |
Definition at line 462 of file FlatMessage.h.
ConstIterator | ( | const FlatMessage * | , |
Tag | |||
) |
Initializes an iterator by a first field from which you need to iterate.
bool operator!= | ( | const ConstIterator & | ) | const |
|
inline |
Definition at line 470 of file FlatMessage.h.
ConstIterator& operator++ | ( | ) |
|
inline |
Definition at line 474 of file FlatMessage.h.
bool operator== | ( | const ConstIterator & | ) | const |