![]() |
CMGDK r49-rc2
|
#include <EventFunc.H>
公有成员 | |
void | operator= (void *v) |
bool | operator== (void *v) |
bool | operator!= (void *v) |
公有属性 | |
union { | |
void * vp_this | |
_Object * this_pointer | |
}; | |
union { | |
void * vp_func | |
Func func_pointer | |
ObjectMemberFunc omf | |
}; |
bool hgl::EventFunc< Func >::operator!= | ( | void * | v | ) | [inline] |
void hgl::EventFunc< Func >::operator= | ( | void * | v | ) | [inline] |
bool hgl::EventFunc< Func >::operator== | ( | void * | v | ) | [inline] |
union { ... } |
union { ... } |
Func hgl::EventFunc< Func >::func_pointer |
ObjectMemberFunc hgl::EventFunc< Func >::omf |
_Object* hgl::EventFunc< Func >::this_pointer |
void* hgl::EventFunc< Func >::vp_func |
void* hgl::EventFunc< Func >::vp_this |