|
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 170 of file UT_Permute.h.
|
inline |
Definition at line 172 of file UT_Permute.h.
|
inline |
Definition at line 183 of file UT_Permute.h.
|
delete |
|
inline |
Definition at line 179 of file UT_Permute.h.
| const size_t UT_VariableSizeRef::myElementBytes |
Definition at line 189 of file UT_Permute.h.
| void* UT_VariableSizeRef::myPtr |
Definition at line 188 of file UT_Permute.h.