Utils::Callable< R(P1, P2, P3, P4, P5)> Class Template Reference

#include <Callable.h> [code]

Collaboration diagram for Utils::Callable< R(P1, P2, P3, P4, P5)>:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
class Utils::Callable< R(P1, P2, P3, P4, P5)>

Definition at line 724 of file Callable.h.

Public Types

typedef R ReturnType
typedef P1 ParameterType1
typedef P2 ParameterType2
typedef P3 ParameterType3
typedef P4 ParameterType4
typedef P5 ParameterType5

Public Member Functions

 Callable ()
 Callable (const Callable &other)
 Callable (Function f)
template<typename Class>
 Callable (Class &o, R(Class::*f)(P1, P2, P3, P4, P5))
template<typename Class>
 Callable (Class *o, R(Class::*f)(P1, P2, P3, P4, P5))
template<typename Class>
 Callable (const Class &o, R(Class::*f)(P1, P2, P3, P4, P5) const)
template<typename Class>
 Callable (const Class *o, R(Class::*f)(P1, P2, P3, P4, P5) const)
operator() (P1 a1, P2 a2, P3 a3, P4 a4, P5 a5)
bool operator== (const Callable &other) const
bool operator!= (const Callable &other) const

Private Types

typedef R(* Function )(P1, P2, P3, P4, P5)

Private Attributes

AbstractValue< CallableImpl,
NullCallableImpl > 
impl

Classes

struct  CallableImpl
struct  ConstMemberFunctionCallableImpl
struct  FunctionCallableImpl
struct  MemberFunctionCallableImpl
struct  NullCallableImpl


Member Typedef Documentation

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
typedef R(* Utils::Callable< R(P1, P2, P3, P4, P5)>::Function)(P1, P2, P3, P4, P5) [private]
 

Definition at line 746 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
typedef P1 Utils::Callable< R(P1, P2, P3, P4, P5)>::ParameterType1
 

Definition at line 825 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
typedef P2 Utils::Callable< R(P1, P2, P3, P4, P5)>::ParameterType2
 

Definition at line 826 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
typedef P3 Utils::Callable< R(P1, P2, P3, P4, P5)>::ParameterType3
 

Definition at line 827 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
typedef P4 Utils::Callable< R(P1, P2, P3, P4, P5)>::ParameterType4
 

Definition at line 828 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
typedef P5 Utils::Callable< R(P1, P2, P3, P4, P5)>::ParameterType5
 

Definition at line 829 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
typedef R Utils::Callable< R(P1, P2, P3, P4, P5)>::ReturnType
 

Definition at line 824 of file Callable.h.


Constructor & Destructor Documentation

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
Utils::Callable< R(P1, P2, P3, P4, P5)>::Callable  )  [inline]
 

Definition at line 831 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
Utils::Callable< R(P1, P2, P3, P4, P5)>::Callable const Callable< R(P1, P2, P3, P4, P5)> &  other  )  [inline]
 

Definition at line 833 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
Utils::Callable< R(P1, P2, P3, P4, P5)>::Callable Function  f  )  [inline]
 

Definition at line 835 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
template<typename Class>
Utils::Callable< R(P1, P2, P3, P4, P5)>::Callable Class &  o,
R(Class::*)(P1, P2, P3, P4, P5)  f
[inline]
 

Definition at line 838 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
template<typename Class>
Utils::Callable< R(P1, P2, P3, P4, P5)>::Callable Class *  o,
R(Class::*)(P1, P2, P3, P4, P5)  f
[inline]
 

Definition at line 842 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
template<typename Class>
Utils::Callable< R(P1, P2, P3, P4, P5)>::Callable const Class &  o,
R(Class::*)(P1, P2, P3, P4, P5) const   f
[inline]
 

Definition at line 846 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
template<typename Class>
Utils::Callable< R(P1, P2, P3, P4, P5)>::Callable const Class *  o,
R(Class::*)(P1, P2, P3, P4, P5) const   f
[inline]
 

Definition at line 850 of file Callable.h.


Member Function Documentation

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
bool Utils::Callable< R(P1, P2, P3, P4, P5)>::operator!= const Callable< R(P1, P2, P3, P4, P5)> &  other  )  const [inline]
 

Definition at line 857 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
R Utils::Callable< R(P1, P2, P3, P4, P5)>::operator() P1  a1,
P2  a2,
P3  a3,
P4  a4,
P5  a5
[inline]
 

Definition at line 853 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
bool Utils::Callable< R(P1, P2, P3, P4, P5)>::operator== const Callable< R(P1, P2, P3, P4, P5)> &  other  )  const [inline]
 

Definition at line 855 of file Callable.h.


Member Data Documentation

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
AbstractValue<CallableImpl, NullCallableImpl> Utils::Callable< R(P1, P2, P3, P4, P5)>::impl [private]
 

Definition at line 860 of file Callable.h.


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