B2BITS FIX Antenna C++ 2.33.0
|
#include <B2BITS_FIXGroup.h>
Public Types | |
typedef std::ptrdiff_t | difference_type |
typedef std::forward_iterator_tag | iterator_category |
typedef ValueT * | pointer |
typedef ValueT & | reference |
typedef ValueT | value_type |
Public Member Functions | |
forward_iteratorT (const forward_iteratorT &other) | |
bool | isEmpty () const |
bool | operator!= (const forward_iteratorT &other) const |
reference | operator* () |
reference | operator* () const |
forward_iteratorT & | operator++ () |
forward_iteratorT | operator++ (int) |
pointer | operator-> () |
pointer | operator-> () const |
forward_iteratorT & | operator= (const forward_iteratorT &other) |
bool | operator== (const forward_iteratorT &other) const |
Protected Member Functions | |
forward_iteratorT (const FIXGroup *group, int index=0) | |
forward_iteratorT (FIXGroup *group, int index=0) | |
Protected Attributes | |
FIXGroup * | group_ |
int | index_ |
Friends | |
class | FIXGroup |
typedef std::ptrdiff_t Engine::FIXGroup::forward_iteratorT< ValueT >::difference_type |
typedef std::forward_iterator_tag Engine::FIXGroup::forward_iteratorT< ValueT >::iterator_category |
typedef ValueT* Engine::FIXGroup::forward_iteratorT< ValueT >::pointer |
typedef ValueT& Engine::FIXGroup::forward_iteratorT< ValueT >::reference |
typedef ValueT Engine::FIXGroup::forward_iteratorT< ValueT >::value_type |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
inline |
Referenced by Engine::FIXGroup::forward_iteratorT< ValueT >::operator==().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
protected |
|
protected |