HDK
|
#include <UT_Thing.h>
Public Member Functions | |
UT_Thing (void *v=0) | |
UT_Thing (long v) | |
operator void * () const | |
operator long () const | |
template<typename T > | |
T * | asPointer () const |
long | asLong () const |
UT_Thing & | operator= (void *v) |
UT_Thing & | operator= (long v) |
UT_Thing & | operator= (const UT_Thing &v) |
Public Attributes | |
union { | |
void * voidp | |
long longv | |
} | value |
Definition at line 10 of file UT_Thing.h.
|
inline |
Definition at line 12 of file UT_Thing.h.
|
inline |
Definition at line 13 of file UT_Thing.h.
|
inline |
Definition at line 19 of file UT_Thing.h.
|
inline |
Definition at line 18 of file UT_Thing.h.
|
inline |
Definition at line 16 of file UT_Thing.h.
|
inline |
Definition at line 15 of file UT_Thing.h.
Definition at line 21 of file UT_Thing.h.
|
inline |
Definition at line 22 of file UT_Thing.h.
Definition at line 24 of file UT_Thing.h.
long UT_Thing::longv |
Definition at line 32 of file UT_Thing.h.
union { ... } UT_Thing::value |
void* UT_Thing::voidp |
Definition at line 31 of file UT_Thing.h.