ClanLib  2.3.7
Public Member Functions | List of all members
CL_Callback_3_functor< RetVal, P1, P2, P3 > Class Template Reference

CL_Callback_3_functor. More...

#include <callback_3.h>

Inheritance diagram for CL_Callback_3_functor< RetVal, P1, P2, P3 >:
Inheritance graph
[legend]

Public Member Functions

 CL_Callback_3_functor ()
 
 CL_Callback_3_functor (const CL_Callback_3_functor &copy)
 
template<class Functor >
 CL_Callback_3_functor (Functor functor)
 
void clear ()
 
RetVal invoke (P1 p1, P2 p2, P3 p3) const
 
bool is_null () const
 
void set (RetVal(*function)(P1, P2, P3))
 
template<typename UserData >
void set (RetVal(*function)(P1, P2, P3, UserData), const UserData &user_data)
 
template<class InstanceClass >
void set (InstanceClass *instance, RetVal(InstanceClass::*function)(P1, P2, P3))
 
template<class InstanceClass , typename UserData >
void set (InstanceClass *instance, RetVal(InstanceClass::*function)(P1, P2, P3, UserData), const UserData &user_data)
 

Detailed Description

template<typename RetVal, typename P1, typename P2, typename P3>
class CL_Callback_3_functor< RetVal, P1, P2, P3 >

CL_Callback_3_functor.

Constructor & Destructor Documentation

template<typename RetVal , typename P1 , typename P2 , typename P3 >
CL_Callback_3_functor< RetVal, P1, P2, P3 >::CL_Callback_3_functor ( )
inline
template<typename RetVal , typename P1 , typename P2 , typename P3 >
CL_Callback_3_functor< RetVal, P1, P2, P3 >::CL_Callback_3_functor ( const CL_Callback_3_functor< RetVal, P1, P2, P3 > &  copy)
inline
template<typename RetVal , typename P1 , typename P2 , typename P3 >
template<class Functor >
CL_Callback_3_functor< RetVal, P1, P2, P3 >::CL_Callback_3_functor ( Functor  functor)
inline

Member Function Documentation

template<typename RetVal , typename P1 , typename P2 , typename P3 >
void CL_Callback_3< RetVal, P1, P2, P3 >::clear ( )
inlineinherited
template<typename RetVal , typename P1 , typename P2 , typename P3 >
RetVal CL_Callback_3< RetVal, P1, P2, P3 >::invoke ( P1  p1,
P2  p2,
P3  p3 
) const
inlineinherited
template<typename RetVal , typename P1 , typename P2 , typename P3 >
bool CL_Callback_3< RetVal, P1, P2, P3 >::is_null ( ) const
inlineinherited
template<typename RetVal , typename P1 , typename P2 , typename P3 >
void CL_Callback_3< RetVal, P1, P2, P3 >::set ( RetVal(*)(P1, P2, P3)  function)
inlineinherited
template<typename RetVal , typename P1 , typename P2 , typename P3 >
template<typename UserData >
void CL_Callback_3< RetVal, P1, P2, P3 >::set ( RetVal(*)(P1, P2, P3, UserData)  function,
const UserData &  user_data 
)
inlineinherited
template<typename RetVal , typename P1 , typename P2 , typename P3 >
template<class InstanceClass >
void CL_Callback_3< RetVal, P1, P2, P3 >::set ( InstanceClass *  instance,
RetVal(InstanceClass::*)(P1, P2, P3)  function 
)
inlineinherited
template<typename RetVal , typename P1 , typename P2 , typename P3 >
template<class InstanceClass , typename UserData >
void CL_Callback_3< RetVal, P1, P2, P3 >::set ( InstanceClass *  instance,
RetVal(InstanceClass::*)(P1, P2, P3, UserData)  function,
const UserData &  user_data 
)
inlineinherited

The documentation for this class was generated from the following file: