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