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

Inherits CallableImpl.

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

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

Collaboration graph
[legend]
List of all members.

Detailed Description

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

Definition at line 83 of file Callable.h.

Public Types

typedef R(Class::* MemberFunction )()

Public Member Functions

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

Public Attributes

Class & object
MemberFunction function


Member Typedef Documentation

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

Definition at line 85 of file Callable.h.


Constructor & Destructor Documentation

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

Definition at line 90 of file Callable.h.

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

Definition at line 91 of file Callable.h.

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

Definition at line 93 of file Callable.h.


Member Function Documentation

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

Definition at line 95 of file Callable.h.

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

Definition at line 107 of file Callable.h.

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

Definition at line 99 of file Callable.h.


Member Data Documentation

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

Definition at line 88 of file Callable.h.

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

Definition at line 87 of file Callable.h.


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