Public Member Functions | |
IntHandle (size_t handle) | |
virtual TypeHandle | force_init_type () |
size_t | get_handle () const |
virtual size_t | get_int_handle () const |
Returns the OS-specific handle converted to an integer, if this is possible for the particular representation. More... | |
virtual TypeHandle | get_type () const |
virtual void | output (std::ostream &out) const |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
Definition at line 55 of file nativeWindowHandle.h.
|
virtual |
Returns the OS-specific handle converted to an integer, if this is possible for the particular representation.
Returns 0 if it is not.
Definition at line 78 of file nativeWindowHandle.cxx.