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

CL_Callback_5. More...

#include <callback_5.h>

Inheritance diagram for CL_Callback_5< RetVal, P1, P2, P3, P4, P5 >:
Inheritance graph
[legend]

Public Member Functions

 CL_Callback_5 ()
 
 CL_Callback_5 (const CL_Callback_5 &copy)
 
 CL_Callback_5 (CL_Callback_Impl_5< RetVal, P1, P2, P3, P4, P5 > *impl)
 
 CL_Callback_5 (RetVal(*function)(P1, P2, P3, P4, P5))
 
template<typename UserData >
 CL_Callback_5 (RetVal(*function)(P1, P2, P3, P4, P5, UserData), const UserData &user_data)
 
template<class InstanceClass >
 CL_Callback_5 (InstanceClass *instance, RetVal(InstanceClass::*function)(P1, P2, P3, P4, P5))
 
template<class InstanceClass , typename UserData >
 CL_Callback_5 (InstanceClass *instance, RetVal(InstanceClass::*function)(P1, P2, P3, P4, P5, UserData), const UserData &user_data)
 
void clear ()
 
RetVal invoke (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) const
 
bool is_null () const
 
void set (RetVal(*function)(P1, P2, P3, P4, P5))
 
template<typename UserData >
void set (RetVal(*function)(P1, P2, P3, P4, P5, UserData), const UserData &user_data)
 
template<class InstanceClass >
void set (InstanceClass *instance, RetVal(InstanceClass::*function)(P1, P2, P3, P4, P5))
 
template<class InstanceClass , typename UserData >
void set (InstanceClass *instance, RetVal(InstanceClass::*function)(P1, P2, P3, P4, P5, UserData), const UserData &user_data)
 

Detailed Description

template<typename RetVal, typename P1, typename P2, typename P3, typename P4, typename P5>
class CL_Callback_5< RetVal, P1, P2, P3, P4, P5 >

CL_Callback_5.

Constructor & Destructor Documentation

template<typename RetVal , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
CL_Callback_5< RetVal, P1, P2, P3, P4, P5 >::CL_Callback_5 ( )
inline
template<typename RetVal , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
CL_Callback_5< RetVal, P1, P2, P3, P4, P5 >::CL_Callback_5 ( const CL_Callback_5< RetVal, P1, P2, P3, P4, P5 > &  copy)
inline
template<typename RetVal , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
CL_Callback_5< RetVal, P1, P2, P3, P4, P5 >::CL_Callback_5 ( CL_Callback_Impl_5< RetVal, P1, P2, P3, P4, P5 > *  impl)
inline
template<typename RetVal , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
CL_Callback_5< RetVal, P1, P2, P3, P4, P5 >::CL_Callback_5 ( RetVal(*)(P1, P2, P3, P4, P5)  function)
inline
template<typename RetVal , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
template<typename UserData >
CL_Callback_5< RetVal, P1, P2, P3, P4, P5 >::CL_Callback_5 ( RetVal(*)(P1, P2, P3, P4, P5, UserData)  function,
const UserData &  user_data 
)
inline
template<typename RetVal , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
template<class InstanceClass >
CL_Callback_5< RetVal, P1, P2, P3, P4, P5 >::CL_Callback_5 ( InstanceClass *  instance,
RetVal(InstanceClass::*)(P1, P2, P3, P4, P5)  function 
)
inline
template<typename RetVal , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
template<class InstanceClass , typename UserData >
CL_Callback_5< RetVal, P1, P2, P3, P4, P5 >::CL_Callback_5 ( InstanceClass *  instance,
RetVal(InstanceClass::*)(P1, P2, P3, P4, P5, UserData)  function,
const UserData &  user_data 
)
inline

Member Function Documentation

template<typename RetVal , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
void CL_Callback_5< RetVal, P1, P2, P3, P4, P5 >::clear ( )
inline
template<typename RetVal , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
RetVal CL_Callback_5< RetVal, P1, P2, P3, P4, P5 >::invoke ( P1  p1,
P2  p2,
P3  p3,
P4  p4,
P5  p5 
) const
inline
template<typename RetVal , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
bool CL_Callback_5< RetVal, P1, P2, P3, P4, P5 >::is_null ( ) const
inline
template<typename RetVal , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
void CL_Callback_5< RetVal, P1, P2, P3, P4, P5 >::set ( RetVal(*)(P1, P2, P3, P4, P5)  function)
inline
template<typename RetVal , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
template<typename UserData >
void CL_Callback_5< RetVal, P1, P2, P3, P4, P5 >::set ( RetVal(*)(P1, P2, P3, P4, P5, UserData)  function,
const UserData &  user_data 
)
inline
template<typename RetVal , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
template<class InstanceClass >
void CL_Callback_5< RetVal, P1, P2, P3, P4, P5 >::set ( InstanceClass *  instance,
RetVal(InstanceClass::*)(P1, P2, P3, P4, P5)  function 
)
inline
template<typename RetVal , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
template<class InstanceClass , typename UserData >
void CL_Callback_5< RetVal, P1, P2, P3, P4, P5 >::set ( InstanceClass *  instance,
RetVal(InstanceClass::*)(P1, P2, P3, P4, P5, UserData)  function,
const UserData &  user_data 
)
inline

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