CL_Callback_1_functor.
More...
#include <callback_1.h>
|
| CL_Callback_1_functor () |
|
| CL_Callback_1_functor (const CL_Callback_1_functor ©) |
|
template<class Functor > |
| CL_Callback_1_functor (Functor functor) |
|
void | clear () |
|
RetVal | invoke (P1 p1) const |
|
bool | is_null () const |
|
void | set (RetVal(*function)(P1)) |
|
template<typename UserData > |
void | set (RetVal(*function)(P1, UserData), const UserData &user_data) |
|
template<class InstanceClass > |
void | set (InstanceClass *instance, RetVal(InstanceClass::*function)(P1)) |
|
template<class InstanceClass , typename UserData > |
void | set (InstanceClass *instance, RetVal(InstanceClass::*function)(P1, UserData), const UserData &user_data) |
|
template<typename RetVal, typename P1>
class CL_Callback_1_functor< RetVal, P1 >
CL_Callback_1_functor.
template<typename RetVal , typename P1 >
template<typename RetVal , typename P1 >
template<typename RetVal , typename P1 >
template<class Functor >
template<typename RetVal, typename P1>
template<typename RetVal, typename P1>
template<typename RetVal, typename P1>
template<typename RetVal, typename P1>
template<typename RetVal, typename P1>
template<typename UserData >
void CL_Callback_1< RetVal, P1 >::set |
( |
RetVal(*)(P1, UserData) |
function, |
|
|
const UserData & |
user_data |
|
) |
| |
|
inlineinherited |
template<typename RetVal, typename P1>
template<class InstanceClass >
void CL_Callback_1< RetVal, P1 >::set |
( |
InstanceClass * |
instance, |
|
|
RetVal(InstanceClass::*)(P1) |
function |
|
) |
| |
|
inlineinherited |
template<typename RetVal, typename P1>
template<class InstanceClass , typename UserData >
void CL_Callback_1< RetVal, P1 >::set |
( |
InstanceClass * |
instance, |
|
|
RetVal(InstanceClass::*)(P1, UserData) |
function, |
|
|
const UserData & |
user_data |
|
) |
| |
|
inlineinherited |
The documentation for this class was generated from the following file: