OnixS C++ Cboe CFE Multicast PITCH Market Data Handler  1.12.1
API documentation
Memory.h File Reference
#include <cstddef>
#include <cstring>
#include <OnixS/CboeCFE/MarketData/Pitch/Integral.h>

Go to the source code of this file.

Namespaces

 OnixS
 
 OnixS::CboeCFE
 
 OnixS::CboeCFE::MarketData
 
 OnixS::CboeCFE::MarketData::Pitch
 

Typedefs

typedef UInt8 Byte
 

Functions

template<typename Type >
void * toOpaquePtr (Type *ptr) ONIXS_BATS_PITCH_NOTHROW
 
template<typename Type >
const void * toOpaquePtr (const Type *ptr) ONIXS_BATS_PITCH_NOTHROW
 
template<typename Type >
Byte * toByteBlock (Type *ptr) ONIXS_BATS_PITCH_NOTHROW
 
template<typename Type >
const Byte * toByteBlock (const Type *ptr) ONIXS_BATS_PITCH_NOTHROW
 
template<typename Type >
Type * advanceByBytes (Type *pointer, ptrdiff_t distance) ONIXS_BATS_PITCH_NOTHROW
 
template<typename Type >
Type * advanceBackByBytes (Type *pointer, ptrdiff_t distance) ONIXS_BATS_PITCH_NOTHROW
 
template<typename Left , typename Right >
ptrdiff_t byteDistance (Left *left, Right *right) ONIXS_BATS_PITCH_NOTHROW
 
template<class FieldValue >
FieldValue unalignedCopy (const void *p) ONIXS_BATS_PITCH_NOTHROW