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 1019 of file SbeMessage.h.
|
inlinenoexcept |
Initializes the list over the memory block.
Definition at line 1024 of file SbeMessage.h.
Checks the list consistency.
Definition at line 1076 of file SbeMessage.h.
|
inline |
Checks the variable length fields list consistency.
Definition at line 1087 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1032 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1039 of file SbeMessage.h.
Definition at line 1048 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1061 of file SbeMessage.h.