#include <OnixS/CME/iLink3/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 887 of file SbeMessage.h.
|
inlinenoexcept |
Initializes the list over the given memory block.
Definition at line 892 of file SbeMessage.h.
|
inline |
Checks the variable-length field list consistency.
Definition at line 929 of file SbeMessage.h.
|
inlinenoexcept |
true
if the list is empty, otherwise - `false. Definition at line 900 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 907 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 914 of file SbeMessage.h.