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

#include <Callable.h> [code]

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

Collaboration graph
[legend]
List of all members.

Detailed Description

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

Definition at line 447 of file Callable.h.

Public Types

typedef R ReturnType
typedef P1 ParameterType1
typedef P2 ParameterType2
typedef P3 ParameterType3

Public Member Functions

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

Private Types

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

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>
typedef R(* Utils::Callable< R(P1, P2, P3)>::Function)(P1, P2, P3) [private]
 

Definition at line 469 of file Callable.h.

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

Definition at line 548 of file Callable.h.

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

Definition at line 549 of file Callable.h.

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

Definition at line 550 of file Callable.h.

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

Definition at line 547 of file Callable.h.


Constructor & Destructor Documentation

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

Definition at line 552 of file Callable.h.

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

Definition at line 554 of file Callable.h.

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

Definition at line 556 of file Callable.h.

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

Definition at line 559 of file Callable.h.

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

Definition at line 563 of file Callable.h.

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

Definition at line 567 of file Callable.h.

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

Definition at line 571 of file Callable.h.


Member Function Documentation

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

Definition at line 578 of file Callable.h.

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

Definition at line 574 of file Callable.h.

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

Definition at line 576 of file Callable.h.


Member Data Documentation

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

Definition at line 581 of file Callable.h.


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