OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler  1.11.0
API documentation
Memory.h File Reference
#include <cstddef>
#include <cstring>
#include <OnixS/CboeCFE/Trading/BOE/Integral.h>

Go to the source code of this file.

Namespaces

 OnixS
 
 OnixS::CboeCFE
 
 OnixS::CboeCFE::Trading
 
 OnixS::CboeCFE::Trading::BOE
 

Typedefs

typedef UInt8 Byte
 
typedef UInt16 Word
 
typedef UInt32 DWord
 
typedef UInt64 QWord
 

Functions

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