|
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 13 of file UT_Thing.h.
|
inline |
Definition at line 14 of file UT_Thing.h.
|
inline |
Definition at line 20 of file UT_Thing.h.
|
inline |
Definition at line 19 of file UT_Thing.h.
|
inline |
Definition at line 17 of file UT_Thing.h.
|
inline |
Definition at line 16 of file UT_Thing.h.
Definition at line 22 of file UT_Thing.h.
|
inline |
Definition at line 23 of file UT_Thing.h.
Definition at line 25 of file UT_Thing.h.
| long UT_Thing::longv |
Definition at line 33 of file UT_Thing.h.
| union { ... } UT_Thing::value |
| void* UT_Thing::voidp |
Definition at line 32 of file UT_Thing.h.