Go to the source code of this file.
|
template<class TObj , class TArgs > |
static Delegate< TObj, TArgs, true > | karto::delegate (TObj *pObj, void(TObj::*NotifyMethod)(const void *, TArgs &)) |
|
template<class TObj , class TArgs > |
static Delegate< TObj, TArgs, false > | karto::delegate (TObj *pObj, void(TObj::*NotifyMethod)(TArgs &)) |
|
template<class TArgs > |
static FunctionDelegate< TArgs, true, true > | karto::delegate (void(*NotifyMethod)(const void *, TArgs &)) |
|
template<class TArgs > |
static FunctionDelegate< TArgs, true, false > | karto::delegate (void(*NotifyMethod)(void *, TArgs &)) |
|
template<class TArgs > |
static FunctionDelegate< TArgs, false > | karto::delegate (void(*NotifyMethod)(TArgs &)) |
|
#define __OpenKarto_Event_h__ |