OnixS C++ CME iLink 3 Binary Order Entry Handler  1.18.0
API Documentation
SbeVariableLengthFieldList< BinarySize > Class Template Reference

#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
 

Detailed Description

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

Definition at line 887 of file SbeMessage.h.

Constructor & Destructor Documentation

SbeVariableLengthFieldList ( void *  binary,
BinarySize  size,
SchemaVersion  version 
)
inlinenoexcept

Initializes the list over the given memory block.

Definition at line 892 of file SbeMessage.h.

Member Function Documentation

SbeVariableLengthFieldList checkTail ( ) const
inline

Checks the variable-length field list consistency.

Returns
the list of fields following the head.

Definition at line 929 of file SbeMessage.h.

bool empty ( ) const
inlinenoexcept
Returns
true if the list is empty, otherwise - `false.

Definition at line 900 of file SbeMessage.h.

BinaryVariableLengthFieldType& head ( ) const
inlinenoexcept
Returns
the head of the list.

Definition at line 907 of file SbeMessage.h.

SbeVariableLengthFieldList tail ( ) const
inlinenoexcept
Returns
the list of variable-length fields following the head.

Definition at line 914 of file SbeMessage.h.


The documentation for this class was generated from the following file: