High Frequency FIX Parser
C++ library for high frequency messaging with the Financial Information Exchange (FIX) protocol.
|
The iterator type for hffix::message_reader. Typedef'd as hffix::message_reader::const_iterator
.
More...
#include <hffix.hpp>
Public Types | |
typedef ::std::input_iterator_tag | iterator_category |
For std::iterator_traits. | |
typedef field | value_type |
For std::iterator_traits. | |
typedef std::ptrdiff_t | difference_type |
For std::iterator_traits. | |
typedef field * | pointer |
For std::iterator_traits. | |
typedef field & | reference |
For std::iterator_traits. | |
Public Member Functions | |
message_reader_const_iterator () | |
field const & | operator* () const |
Returns a hffix::message_reader::const_reference to a field. | |
field const * | operator-> () const |
Returns a hffix::message_reader::const_pointer to a field. | |
message_reader_const_iterator | operator++ (int) |
Postfix increment. | |
message_reader_const_iterator & | operator++ () |
Prefix increment. | |
The iterator type for hffix::message_reader. Typedef'd as hffix::message_reader::const_iterator
.
Satisfies the const Input Iterator Concept for an immutable hffix::message_reader container of fields.
typedef std::ptrdiff_t hffix::message_reader_const_iterator::difference_type |
typedef ::std::input_iterator_tag hffix::message_reader_const_iterator::iterator_category |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |