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