64 return static_cast<void*
>(ptr);
77 return static_cast<const void*
>(ptr);
126 reinterpret_cast<Type*
> 145 reinterpret_cast<Type*
>
Type * advanceByBytes(Type *pointer, ptrdiff_t distance)
Advances given pointer to a given offset (distance) in bytes.
Target c_cast(Source src)
Casts data of source type to the data of target type using C casting rules.
const void * toOpaquePtr(const Type *ptr)
Makes pointer as opaque one.
UInt8 Byte
Alias for Byte.
Type * advanceBackByBytes(Type *pointer, ptrdiff_t distance)
Returns pointer which is lower than given one to a given number of bytes.
#define ONIXS_CMESTREAMLINEDMDH_NAMESPACE_END
const Byte * toByteBlock(const Type *ptr)
Reinterprets pointer to one referencing to byte block.
UInt16 Word
Alias for Word.
UInt64 QWord
Alias for Quad Word.
ptrdiff_t byteDistance(Left *left, Right *right)
Returns distance in bytes between two pointers.
UInt32 DWord
Alias for Double Word.
#define ONIXS_CMESTREAMLINEDMDH_NAMESPACE_BEGIN