#include <OnixS/CME/MDH/messaging/SbeMessage.h>
Classes | |
| class | Iterator |
Public Types | |
| typedef Length | EncodedLength |
| typedef EntryType | Entry |
| typedef NumInGroup | Size |
Public Member Functions | |
| SbeGroupEntries () noexcept | |
| SbeGroupEntries (void *encoded, BlockLength blockLength, Size groupSize, SchemaVersion version) noexcept | |
| bool | valid () const noexcept |
| bool | empty () const noexcept |
| Size | size () const noexcept |
| Iterator | begin () const |
| Iterator | end () const |
| Entry | operator[] (Size index) const |
| void * | encoded () const noexcept |
| EncodedLength | encodedLength () const noexcept |
| template<class OtherEntry, class OtherBlockLength, class OtherNumInGroup, class OtherLength> | |
| SbeGroupEntries (const SbeGroupEntries< OtherEntry, OtherBlockLength, OtherNumInGroup, OtherLength > &other) noexcept | |
| template<class OtherEntry, class OtherBlockLength, class OtherNumInGroup, class OtherLength> | |
| SbeGroupEntries & | operator= (const SbeGroupEntries< OtherEntry, OtherBlockLength, OtherNumInGroup, OtherLength > &other) noexcept |
Friends | |
| template<class OtherEntry, class OtherBlockLength, class OtherNumInGroup, class OtherLength> | |
| class | SbeGroupEntries |
Definition at line 434 of file SbeMessage.h.
| typedef Length EncodedLength |
The length of the binary data occupied by the group entries.
Definition at line 438 of file SbeMessage.h.
| typedef EntryType Entry |
The type of the repeating group entry.
Definition at line 441 of file SbeMessage.h.
| typedef NumInGroup Size |
Number of entries in the collection.
Definition at line 444 of file SbeMessage.h.
|
inlinenoexcept |
Initializes a blank instance referencing to nothing.
Definition at line 568 of file SbeMessage.h.
|
inlinenoexcept |
Initializes the instance referencing to data.
Definition at line 577 of file SbeMessage.h.
|
inlinenoexcept |
Copy constructor.
Definition at line 643 of file SbeMessage.h.
|
inline |
Definition at line 607 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 595 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 630 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 636 of file SbeMessage.h.
|
inline |
Returns the iterator pointing to the entry behind the end of the group.
Definition at line 613 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 657 of file SbeMessage.h.
|
inline |
Provides access to the group entry by its index in the repeating group.
Definition at line 621 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 601 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 589 of file SbeMessage.h.
|
friend |
Definition at line 678 of file SbeMessage.h.