#include <OnixS/CME/ConflatedTCP/messaging/SbeMessage.h>
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 937 of file SbeMessage.h.
|
inlinenoexcept |
Initializes the list over the memory block.
Definition at line 942 of file SbeMessage.h.
|
inline |
Checks the list consistency.
Definition at line 994 of file SbeMessage.h.
|
inline |
Checks the variable length fields list consistency.
Definition at line 1005 of file SbeMessage.h.
|
inlinenoexcept |
true
if the list is empty, otherwise - false
. Definition at line 950 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 957 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 966 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 979 of file SbeMessage.h.