OnixS C++ FIX Engine  4.11.0
API Documentation
FlatMessage::ConstIterator Class Reference

#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 FlatFieldpointer
 
typedef FlatFieldreference
 

Public Member Functions

 ConstIterator (const FlatMessage *, Tag)
 
const FlatFieldoperator* () const
 
const FlatFieldoperator-> () const
 
bool operator== (const ConstIterator &) const
 
bool operator!= (const ConstIterator &) const
 
ConstIteratoroperator++ ()
 

Detailed Description

Definition at line 444 of file FlatMessage.h.

Member Typedef Documentation

typedef std::ptrdiff_t difference_type

Definition at line 450 of file FlatMessage.h.

typedef std::forward_iterator_tag iterator_category

Definition at line 448 of file FlatMessage.h.

typedef FlatField* pointer

Definition at line 451 of file FlatMessage.h.

typedef FlatField& reference

Definition at line 452 of file FlatMessage.h.

Definition at line 449 of file FlatMessage.h.

Constructor & Destructor Documentation

ConstIterator ( const FlatMessage ,
Tag   
)

Initializes an iterator by a first field from which you need to iterate.

Member Function Documentation

bool operator!= ( const ConstIterator ) const
const FlatField& operator* ( ) const
inline

Definition at line 457 of file FlatMessage.h.

ConstIterator& operator++ ( )
const FlatField* operator-> ( ) const
inline

Definition at line 461 of file FlatMessage.h.

bool operator== ( const ConstIterator ) const

The documentation for this class was generated from the following file: