OnixS C++ CME MDP Conflated TCP Handler 1.3.6
API Documentation
Loading...
Searching...
No Matches
SbeVariableLengthFieldList< BinarySize > Class Template Reference

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

Detailed Description

template<class BinarySize>
class OnixS::CME::ConflatedTCP::Messaging::SbeVariableLengthFieldList< BinarySize >

Definition at line 869 of file SbeMessage.h.

Constructor & Destructor Documentation

◆ SbeVariableLengthFieldList()

template<class BinarySize>
SbeVariableLengthFieldList ( void * binary,
BinarySize size,
SchemaVersion version )
inlinenoexcept

Initializes the list over the given memory block.

Definition at line 874 of file SbeMessage.h.

Member Function Documentation

◆ checkTail()

template<class BinarySize>
template<class BinaryVariableLengthFieldType>
SbeVariableLengthFieldList checkTail ( ) const
inline

Checks the variable-length field list consistency.

Returns
the list of fields following the head.

Definition at line 911 of file SbeMessage.h.

◆ empty()

template<class BinarySize>
bool empty ( ) const
inlinenoexcept
Returns
true if the list is empty, otherwise - `false.

Definition at line 882 of file SbeMessage.h.

◆ head()

template<class BinarySize>
template<class BinaryVariableLengthFieldType>
BinaryVariableLengthFieldType & head ( ) const
inlinenoexcept
Returns
the head of the list.

Definition at line 889 of file SbeMessage.h.

◆ tail()

template<class BinarySize>
template<class BinaryVariableLengthFieldType>
SbeVariableLengthFieldList tail ( ) const
inlinenoexcept
Returns
the list of variable-length fields following the head.

Definition at line 896 of file SbeMessage.h.