Utils::Callable< R(P1)>::MemberFunctionCallableImpl< Class > Struct Template Reference

Inherits CallableImpl.

Inheritance diagram for Utils::Callable< R(P1)>::MemberFunctionCallableImpl< Class >:

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

Collaboration graph
[legend]
List of all members.

Detailed Description

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

Definition at line 218 of file Callable.h.

Public Types

typedef R(Class::* MemberFunction )(P1)

Public Member Functions

 MemberFunctionCallableImpl ()
 MemberFunctionCallableImpl (Class &o, MemberFunction f)
 ~MemberFunctionCallableImpl ()
auto_ptr< CallableImplcopy () const
bool isEqualTo (const CallableImpl &other_)
doCall (P1 a1)

Public Attributes

Class & object
MemberFunction function


Member Typedef Documentation

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

Definition at line 220 of file Callable.h.


Constructor & Destructor Documentation

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

Definition at line 225 of file Callable.h.

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

Definition at line 226 of file Callable.h.

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

Definition at line 228 of file Callable.h.


Member Function Documentation

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

Definition at line 230 of file Callable.h.

template<typename R, typename P1>
template<typename Class>
R Utils::Callable< R(P1)>::MemberFunctionCallableImpl< Class >::doCall P1  a1  )  [inline]
 

Definition at line 242 of file Callable.h.

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

Definition at line 234 of file Callable.h.


Member Data Documentation

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

Definition at line 223 of file Callable.h.

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

Definition at line 222 of file Callable.h.


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