OnixS C++ EuroTLX GTP Market Data Handler  1.4.0
API documentation
Memory.h File Reference
#include <cstddef>
#include <cstring>
#include <OnixS/EuroTLX/MarketData/GTP/Integral.h>

Go to the source code of this file.

Namespaces

 OnixS
 
 OnixS::EuroTLX
 
 OnixS::EuroTLX::MarketData
 
 OnixS::EuroTLX::MarketData::GTP
 

Typedefs

typedef UInt8 Byte
 

Functions

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