OnixS C++ CME MDP Streamlined Market Data Handler  1.2.0
API Documentation
BinaryGroupWithNested< EntryType, DimensionType, GroupSizeType > Class Template Reference

#include <OnixS/CME/Streamlined/BinaryMessage.h>

Classes

class  Iterator
 

Public Types

typedef EntryType Entry
 
typedef DimensionType Dimension
 
typedef GroupSizeType BinarySize
 
typedef DimensionType::BlockLength EntrySize
 
typedef Dimension::NumInGroup Size
 

Public Member Functions

 BinaryGroupWithNested ()
 
 BinaryGroupWithNested (const void *data, BinarySize size, SchemaVersion version)
 
 BinaryGroupWithNested (const BinaryGroupWithNested &other)
 
 operator bool () const
 
bool empty () const
 
Size size () const
 
Iterator begin () const
 
Iterator end () const
 
const void * binary () const
 
BinarySize binarySize () const
 
const void * entries () const
 
EntrySize entrySize () const
 
BinaryGroupWithNestedoperator= (const BinaryGroupWithNested &other)
 

Detailed Description

template<class EntryType, class DimensionType, class GroupSizeType>
class OnixS::CME::Streamlined::MDH::BinaryGroupWithNested< EntryType, DimensionType, GroupSizeType >

Definition at line 783 of file BinaryMessage.h.

Member Typedef Documentation

typedef GroupSizeType BinarySize

Length of group data.

Definition at line 793 of file BinaryMessage.h.

typedef DimensionType Dimension

Aliases repeating group dimension type.

Definition at line 790 of file BinaryMessage.h.

typedef EntryType Entry

Aliases type of repeating group entry.

Definition at line 787 of file BinaryMessage.h.

typedef DimensionType::BlockLength EntrySize

Length of group entry data.

Definition at line 799 of file BinaryMessage.h.

typedef Dimension::NumInGroup Size

Size of group (number of entries).

Definition at line 806 of file BinaryMessage.h.

Constructor & Destructor Documentation

Initializes blank instance referencing to nothing.

Definition at line 966 of file BinaryMessage.h.

BinaryGroupWithNested ( const void *  data,
BinarySize  size,
SchemaVersion  version 
)
inline

Initializes instance referencing to a valid group of a given message.

Definition at line 977 of file BinaryMessage.h.

BinaryGroupWithNested ( const BinaryGroupWithNested< EntryType, DimensionType, GroupSizeType > &  other)
inline

Initializes instance as a copy of the other one.

Definition at line 1013 of file BinaryMessage.h.

Member Function Documentation

Iterator begin ( ) const
inline

Returns iterator pointing to the first repeating group entry.

Definition at line 1050 of file BinaryMessage.h.

const void* binary ( ) const
inline

SBE-encoded data representing repeating group.

Definition at line 1066 of file BinaryMessage.h.

BinarySize binarySize ( ) const
inline

Size of SBE-encoded data representing repeating group.

Definition at line 1076 of file BinaryMessage.h.

bool empty ( ) const
inline

Indicates whether a repeating group being referenced is empty.

Definition at line 1037 of file BinaryMessage.h.

Iterator end ( ) const
inline

Returns iterator pointing to the entry behind the end of the group.

Definition at line 1060 of file BinaryMessage.h.

const void* entries ( ) const
inline

Location of repeating group entries.

Definition at line 1082 of file BinaryMessage.h.

EntrySize entrySize ( ) const
inline

Size in bytes of single repeating group entry.

Definition at line 1088 of file BinaryMessage.h.

operator bool ( ) const
inline

Indicates whether given instance refers to a valid repeating group.

Definition at line 1030 of file BinaryMessage.h.

BinaryGroupWithNested& operator= ( const BinaryGroupWithNested< EntryType, DimensionType, GroupSizeType > &  other)
inline

Re-initializes instance as copy of the other one.

Definition at line 1095 of file BinaryMessage.h.

Size size ( ) const
inline

Returns number of entries in a repeating group being referenced.

Definition at line 1044 of file BinaryMessage.h.


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