52 return static_cast<void*
>(ptr);
65 return static_cast<const void*
>(ptr);
114 reinterpret_cast<Type*
> 133 reinterpret_cast<Type*
> UInt64 QWord
Alias for Quad Word.
UInt32 DWord
Alias for Double Word.
UInt8 Byte
Alias for Byte.
UInt16 Word
Alias for Word.
#define ONIXS_CONFLATEDUDP_NAMESPACE_END
Type * advanceBackByBytes(Type *pointer, ptrdiff_t distance)
ptrdiff_t byteDistance(Left *left, Right *right)
Returns distance in bytes between two pointers.
const Byte * toByteBlock(const Type *ptr)
Type * advanceByBytes(Type *pointer, ptrdiff_t distance)
Advances given pointer to a given offset (distance) in bytes.
const void * toOpaquePtr(const Type *ptr)
Makes pointer as opaque one.
#define ONIXS_CONFLATEDUDP_NAMESPACE_BEGIN