HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Thing Class Reference

#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 >
TasPointer () const
 
long asLong () const
 
UT_Thingoperator= (void *v)
 
UT_Thingoperator= (long v)
 
UT_Thingoperator= (const UT_Thing &v)
 

Public Attributes

union {
   void *   voidp
 
   long   longv
 
value
 

Detailed Description

Definition at line 10 of file UT_Thing.h.

Constructor & Destructor Documentation

UT_Thing::UT_Thing ( void v = 0)
inline

Definition at line 12 of file UT_Thing.h.

UT_Thing::UT_Thing ( long  v)
inline

Definition at line 13 of file UT_Thing.h.

Member Function Documentation

long UT_Thing::asLong ( ) const
inline

Definition at line 19 of file UT_Thing.h.

template<typename T >
T* UT_Thing::asPointer ( ) const
inline

Definition at line 18 of file UT_Thing.h.

UT_Thing::operator long ( ) const
inline

Definition at line 16 of file UT_Thing.h.

UT_Thing::operator void * ( ) const
inline

Definition at line 15 of file UT_Thing.h.

UT_Thing& UT_Thing::operator= ( void v)
inline

Definition at line 21 of file UT_Thing.h.

UT_Thing& UT_Thing::operator= ( long  v)
inline

Definition at line 22 of file UT_Thing.h.

UT_Thing& UT_Thing::operator= ( const UT_Thing v)
inline

Definition at line 24 of file UT_Thing.h.

Member Data Documentation

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.


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