HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_VariableSizeRef Struct Reference

#include <UT_Permute.h>

Public Member Functions

 UT_VariableSizeRef (void *p, size_t element_bytes)
 
UT_VariableSizeRefoperator= (const UT_VariableSizeRef &that)=delete
 
voidptr () const
 
size_t elementBytes () const
 

Public Attributes

voidmyPtr
 
const size_t myElementBytes
 

Detailed Description

Definition at line 168 of file UT_Permute.h.

Constructor & Destructor Documentation

UT_VariableSizeRef::UT_VariableSizeRef ( void p,
size_t  element_bytes 
)
inline

Definition at line 170 of file UT_Permute.h.

Member Function Documentation

size_t UT_VariableSizeRef::elementBytes ( ) const
inline

Definition at line 181 of file UT_Permute.h.

UT_VariableSizeRef& UT_VariableSizeRef::operator= ( const UT_VariableSizeRef that)
delete
void* UT_VariableSizeRef::ptr ( ) const
inline

Definition at line 177 of file UT_Permute.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: