#include <OnixS/B3/BOE/messaging/SbeMessage.h>
Public Types | |
typedef EntryType | Entry |
typedef Entry | value_type |
typedef Entry * | pointer |
typedef Entry & | reference |
typedef ptrdiff_t | difference_type |
typedef std::random_access_iterator_tag | iterator_category |
Public Member Functions | |
Iterator () noexcept | |
Iterator (void *entry, EncodedLength size, SchemaVersion version) noexcept | |
bool | valid () const noexcept |
Entry | get () const |
Entry | operator* () const |
bool | operator== (const Iterator &other) const noexcept |
bool | operator!= (const Iterator &other) const noexcept |
bool | operator< (const Iterator &other) const noexcept |
bool | operator> (const Iterator &other) const noexcept |
Iterator & | operator++ () |
Iterator & | operator-- () |
Iterator | operator+ (difference_type distance) const |
Iterator | operator- (difference_type distance) const |
Definition at line 410 of file SbeMessage.h.
typedef ptrdiff_t difference_type |
Definition at line 419 of file SbeMessage.h.
typedef EntryType Entry |
Definition at line 413 of file SbeMessage.h.
typedef std::random_access_iterator_tag iterator_category |
Definition at line 421 of file SbeMessage.h.
Definition at line 416 of file SbeMessage.h.
Definition at line 417 of file SbeMessage.h.
typedef Entry value_type |
Definition at line 414 of file SbeMessage.h.
|
inlinenoexcept |
Initializes the instance that refers to nothing.
Definition at line 424 of file SbeMessage.h.
|
inlinenoexcept |
Initializes the instance to the given repeating group.
Definition at line 433 of file SbeMessage.h.
|
inline |
Definition at line 449 of file SbeMessage.h.
|
inlinenoexcept |
Compares iterators.
Definition at line 469 of file SbeMessage.h.
|
inline |
Definition at line 457 of file SbeMessage.h.
|
inline |
Advances by given number of entries.
Definition at line 508 of file SbeMessage.h.
|
inline |
Advances the next repeating group entry.
Definition at line 487 of file SbeMessage.h.
|
inline |
Advances back by given number of entries.
Definition at line 517 of file SbeMessage.h.
|
inline |
Advances to the previous repeating group entry.
Definition at line 497 of file SbeMessage.h.
|
inlinenoexcept |
Established the order between two iterators.
Definition at line 475 of file SbeMessage.h.
|
inlinenoexcept |
Compares iterators.
Definition at line 463 of file SbeMessage.h.
|
inlinenoexcept |
Established the order between two iterators.
Definition at line 481 of file SbeMessage.h.
|
inlinenoexcept |
true
if the instance is valid, otherwise - false
. Definition at line 442 of file SbeMessage.h.