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

#include <OnixS/CME/iLink3/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
 

Detailed Description

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

Definition at line 955 of file SbeMessage.h.

Constructor & Destructor Documentation

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

Initializes the list over the memory block.

Definition at line 960 of file SbeMessage.h.

Member Function Documentation

SbeGroupList checkTail ( ) const
inline

Checks the list consistency.

Returns
the list of groups that follow the head.

Definition at line 1012 of file SbeMessage.h.

SbeVariableLengthFieldList<BinarySize> checkVariableLengthFields ( ) const
inline

Checks the variable length fields list consistency.

Returns
the list of fields that follow the head.

Definition at line 1023 of file SbeMessage.h.

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

Definition at line 968 of file SbeMessage.h.

Group head ( ) const
inlinenoexcept
Returns
the head group.

Definition at line 975 of file SbeMessage.h.

SbeGroupList tail ( ) const
inlinenoexcept
Returns
the list of groups that follow the head.

Definition at line 984 of file SbeMessage.h.

SbeVariableLengthFieldList<BinarySize> variableLengthFields ( ) const
inlinenoexcept
Returns
variable length fields.

Definition at line 997 of file SbeMessage.h.


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