CL_Callback_v1_functor.
More...
#include <callback_v1.h>
List of all members.
Public Member Functions |
| CL_Callback_v1_functor () |
| CL_Callback_v1_functor (const CL_Callback_v1_functor ©) |
template<class Functor > |
| CL_Callback_v1_functor (Functor functor) |
void | clear () |
void | invoke (P1 p1) const |
bool | is_null () const |
template<class InstanceClass , typename UserData > |
void | set (InstanceClass *instance, void(InstanceClass::*function)(P1, UserData), const UserData &user_data) |
void | set (void(*function)(P1)) |
template<typename UserData > |
void | set (void(*function)(P1, UserData), const UserData &user_data) |
template<class InstanceClass > |
void | set (InstanceClass *instance, void(InstanceClass::*function)(P1)) |
Detailed Description
template<typename P1>
class CL_Callback_v1_functor< P1 >
CL_Callback_v1_functor.
Constructor & Destructor Documentation
template<typename P1 >
template<class Functor >
Member Function Documentation
template<typename P1>
template<typename UserData >
void CL_Callback_v1< P1 >::set |
( |
void(*)(P1, UserData) |
function, |
|
|
const UserData & |
user_data | |
|
) |
| | [inline, inherited] |
template<typename P1>
template<class InstanceClass , typename UserData >
void CL_Callback_v1< P1 >::set |
( |
InstanceClass * |
instance, |
|
|
void(InstanceClass::*)(P1, UserData) |
function, |
|
|
const UserData & |
user_data | |
|
) |
| | [inline, inherited] |
template<typename P1>
template<class InstanceClass >
void CL_Callback_v1< P1 >::set |
( |
InstanceClass * |
instance, |
|
|
void(InstanceClass::*)(P1) |
function | |
|
) |
| | [inline, inherited] |
template<typename P1>
void CL_Callback_v1< P1 >::set |
( |
void(*)(P1) |
function |
) |
[inline, inherited] |
The documentation for this class was generated from the following file: