#include <OnixS/FIXEngine/FIX/Group.h>
Public Types | |
typedef std::forward_iterator_tag | iterator_category |
typedef GroupInstance | value_type |
typedef std::ptrdiff_t | difference_type |
typedef GroupInstance * | pointer |
typedef GroupInstance & | reference |
Public Member Functions | |
Iterator (Group *, size_t) | |
GroupInstance & | operator* () |
GroupInstance * | operator-> () |
bool | operator== (const Iterator &) const |
bool | operator!= (const Iterator &) const |
Iterator & | operator++ () |
typedef std::ptrdiff_t difference_type |
typedef std::forward_iterator_tag iterator_category |
typedef GroupInstance* pointer |
typedef GroupInstance& reference |
typedef GroupInstance value_type |
Initializes the iterator by a first group instance from which you need to iterate.
bool operator!= | ( | const Iterator & | ) | const |
|
inline |
Iterator& operator++ | ( | ) |
|
inline |
bool operator== | ( | const Iterator & | ) | const |