#include <OnixS/B3/BOE/messaging/SbeMessage.h>
Public Types | |
enum | { EmptySize = Dimension::Size } |
typedef DimensionType | Dimension |
typedef GroupSizeType | BinarySize |
typedef DimensionType::BlockLength | EntrySize |
typedef SbeGroupEntries< EntryType, typename Dimension::BlockLength, typename Dimension::NumInGroup, GroupSizeType > | Entries |
typedef Entries::Iterator | Iterator |
typedef Entries::Entry | Entry |
typedef Entries::Size | Size |
Public Member Functions | |
SbeGroup () noexcept | |
SbeGroup (void *data, BinarySize size, SchemaVersion version) noexcept | |
bool | valid () const noexcept |
bool | empty () const noexcept |
Size | size () const noexcept |
Iterator | begin () const noexcept |
Iterator | end () const noexcept |
Entry | operator[] (Size index) const |
Entries | entries () const noexcept |
const void * | encoded () const noexcept |
const void * | tail () const noexcept |
void * | binary () const noexcept |
BinarySize | binarySize () const noexcept |
EntrySize | entrySize () const noexcept |
Friends | |
class | SbeMessage |
Definition at line 649 of file SbeMessage.h.
typedef GroupSizeType BinarySize |
Length of group data.
Definition at line 656 of file SbeMessage.h.
typedef DimensionType Dimension |
Repeating group dimension type.
Definition at line 653 of file SbeMessage.h.
typedef SbeGroupEntries<EntryType, typename Dimension::BlockLength, typename Dimension::NumInGroup, GroupSizeType > Entries |
Binary group blocks.
Definition at line 665 of file SbeMessage.h.
typedef Entries::Entry Entry |
Group entry type.
Definition at line 671 of file SbeMessage.h.
typedef DimensionType::BlockLength EntrySize |
Length of group entry data.
Definition at line 662 of file SbeMessage.h.
typedef Entries::Iterator Iterator |
The iterator type for group entries.
Definition at line 668 of file SbeMessage.h.
typedef Entries::Size Size |
Number of entries in the group.
Definition at line 674 of file SbeMessage.h.
anonymous enum |
|
inlinenoexcept |
Initializes a blank instance referencing to nothing.
Definition at line 677 of file SbeMessage.h.
|
inlinenoexcept |
Initializes an instance referencing to a valid group of a given message.
Definition at line 687 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 727 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 779 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 786 of file SbeMessage.h.
|
inlinenoexcept |
true
if the repeating group is empty, otherwise - false
. Definition at line 706 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 766 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 736 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 757 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 793 of file SbeMessage.h.
Provides access to a repeating group entry by the given index.
Definition at line 747 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 715 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 772 of file SbeMessage.h.
|
inlinenoexcept |
true
if the instance refers to a valid repeating group, otherwise - false
. Definition at line 700 of file SbeMessage.h.
|
friend |
Definition at line 901 of file SbeMessage.h.