Public Member Functions | |
SbeGroupList (void *binary, BinarySize size, SchemaVersion version) noexcept | |
bool | empty () const noexcept |
template<class Group> | |
Group | head () const noexcept |
template<class Group> | |
SbeGroupList | tail () const noexcept |
template<class Group> | |
SbeVariableLengthFieldList< BinarySize > | variableLengthFields () const noexcept |
template<class Group> | |
SbeGroupList | checkTail () const |
template<class Group> | |
SbeVariableLengthFieldList< BinarySize > | checkVariableLengthFields () const |
Definition at line 955 of file SbeMessage.h.
|
inlinenoexcept |
Initializes the list over the memory block.
Definition at line 960 of file SbeMessage.h.
Checks the list consistency.
Definition at line 1012 of file SbeMessage.h.
|
inline |
Checks the variable length fields list consistency.
Definition at line 1023 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 968 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 975 of file SbeMessage.h.
Definition at line 984 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 997 of file SbeMessage.h.