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