#include <OnixS/CME/MDH/messaging/SbeMessage.h>
Public Member Functions | |
| SbeVariableLengthFieldList (void *binary, BinarySize size, SchemaVersion version) noexcept | |
| bool | empty () const noexcept |
| template<class BinaryVariableLengthFieldType> | |
| BinaryVariableLengthFieldType & | head () const noexcept |
| template<class BinaryVariableLengthFieldType> | |
| SbeVariableLengthFieldList | tail () const noexcept |
| template<class BinaryVariableLengthFieldType> | |
| SbeVariableLengthFieldList | checkTail () const |
Definition at line 942 of file SbeMessage.h.
|
inlinenoexcept |
Initializes the list over the given memory block.
Definition at line 947 of file SbeMessage.h.
|
inline |
Checks the variable-length field list consistency.
Definition at line 984 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 955 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 962 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 969 of file SbeMessage.h.