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

Inherits CallableImpl.

Inheritance diagram for Utils::Callable< R(P1, P2, P3, P4)>::MemberFunctionCallableImpl< Class >:

Inheritance graph
[legend]
Collaboration diagram for Utils::Callable< R(P1, P2, P3, P4)>::MemberFunctionCallableImpl< Class >:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<typename R, typename P1, typename P2, typename P3, typename P4>
template<typename Class>
struct Utils::Callable< R(P1, P2, P3, P4)>::MemberFunctionCallableImpl< Class >

Definition at line 629 of file Callable.h.

Public Types

typedef R(Class::* MemberFunction )(P1, P2, P3, P4)

Public Member Functions

 MemberFunctionCallableImpl ()
 MemberFunctionCallableImpl (Class &o, MemberFunction f)
 ~MemberFunctionCallableImpl ()
auto_ptr< CallableImplcopy () const
bool isEqualTo (const CallableImpl &other_)
doCall (P1 a1, P2 a2, P3 a3, P4 a4)

Public Attributes

Class & object
MemberFunction function


Member Typedef Documentation

template<typename R, typename P1, typename P2, typename P3, typename P4>
template<typename Class>
typedef R(Class::* Utils::Callable< R(P1, P2, P3, P4)>::MemberFunctionCallableImpl< Class >::MemberFunction)(P1, P2, P3, P4)
 

Definition at line 631 of file Callable.h.


Constructor & Destructor Documentation

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

Definition at line 636 of file Callable.h.

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

Definition at line 637 of file Callable.h.

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

Definition at line 639 of file Callable.h.


Member Function Documentation

template<typename R, typename P1, typename P2, typename P3, typename P4>
template<typename Class>
auto_ptr<CallableImpl> Utils::Callable< R(P1, P2, P3, P4)>::MemberFunctionCallableImpl< Class >::copy  )  const [inline]
 

Definition at line 641 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4>
template<typename Class>
R Utils::Callable< R(P1, P2, P3, P4)>::MemberFunctionCallableImpl< Class >::doCall P1  a1,
P2  a2,
P3  a3,
P4  a4
[inline]
 

Definition at line 653 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4>
template<typename Class>
bool Utils::Callable< R(P1, P2, P3, P4)>::MemberFunctionCallableImpl< Class >::isEqualTo const CallableImpl other_  )  [inline]
 

Definition at line 645 of file Callable.h.


Member Data Documentation

template<typename R, typename P1, typename P2, typename P3, typename P4>
template<typename Class>
MemberFunction Utils::Callable< R(P1, P2, P3, P4)>::MemberFunctionCallableImpl< Class >::function
 

Definition at line 634 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4>
template<typename Class>
Class& Utils::Callable< R(P1, P2, P3, P4)>::MemberFunctionCallableImpl< Class >::object
 

Definition at line 633 of file Callable.h.


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