Go to the source code of this file.
Namespaces | |
namespace | OnixS |
namespace | OnixS::FmxUST |
namespace | OnixS::FmxUST::MarketData |
namespace | OnixS::FmxUST::MarketData::Bimp |
Typedefs | |
typedef UInt8 | Byte |
Functions | |
template<typename Type> | |
void * | toOpaquePtr (Type *ptr) ONIXS_FMXUST_BIMP_NOTHROW |
template<typename Type> | |
const void * | toOpaquePtr (const Type *ptr) ONIXS_FMXUST_BIMP_NOTHROW |
template<typename Type> | |
Byte * | toByteBlock (Type *ptr) ONIXS_FMXUST_BIMP_NOTHROW |
template<typename Type> | |
const Byte * | toByteBlock (const Type *ptr) ONIXS_FMXUST_BIMP_NOTHROW |
template<typename Type> | |
Type * | advanceByBytes (Type *pointer, ptrdiff_t distance) ONIXS_FMXUST_BIMP_NOTHROW |
template<typename Type> | |
Type * | advanceBackByBytes (Type *pointer, ptrdiff_t distance) ONIXS_FMXUST_BIMP_NOTHROW |
template<typename Left, typename Right> | |
ptrdiff_t | byteDistance (Left *left, Right *right) ONIXS_FMXUST_BIMP_NOTHROW |
template<class FieldValue> | |
FieldValue | unalignedCopy (const void *p) ONIXS_FMXUST_BIMP_NOTHROW |