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