HDK
|
#include <UT_Permute.h>
Public Member Functions | |
UT_VariableSizeRef (void *p, size_t element_bytes) | |
UT_VariableSizeRef & | operator= (const UT_VariableSizeRef &that)=delete |
void * | ptr () const |
size_t | elementBytes () const |
Public Attributes | |
void * | myPtr |
const size_t | myElementBytes |
Definition at line 168 of file UT_Permute.h.
|
inline |
Definition at line 170 of file UT_Permute.h.
|
inline |
Definition at line 181 of file UT_Permute.h.
|
delete |
|
inline |
Definition at line 177 of file UT_Permute.h.
const size_t UT_VariableSizeRef::myElementBytes |
Definition at line 187 of file UT_Permute.h.
void* UT_VariableSizeRef::myPtr |
Definition at line 186 of file UT_Permute.h.