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

Inherits CallableImpl.

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

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

Collaboration graph
[legend]
List of all members.

Detailed Description

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

Definition at line 111 of file Callable.h.

Public Types

typedef R(Class::* ConstMemberFunction )() const

Public Member Functions

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

Public Attributes

const Class & object
ConstMemberFunction function


Member Typedef Documentation

template<typename R>
template<typename Class>
typedef R(Class::* Utils::Callable< R()>::ConstMemberFunctionCallableImpl< Class >::ConstMemberFunction)() const
 

Definition at line 113 of file Callable.h.


Constructor & Destructor Documentation

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

Definition at line 118 of file Callable.h.

template<typename R>
template<typename Class>
Utils::Callable< R()>::ConstMemberFunctionCallableImpl< Class >::ConstMemberFunctionCallableImpl const Class &  o,
ConstMemberFunction  f
[inline]
 

Definition at line 119 of file Callable.h.

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

Definition at line 121 of file Callable.h.


Member Function Documentation

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

Definition at line 123 of file Callable.h.

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

Definition at line 135 of file Callable.h.

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

Definition at line 127 of file Callable.h.


Member Data Documentation

template<typename R>
template<typename Class>
ConstMemberFunction Utils::Callable< R()>::ConstMemberFunctionCallableImpl< Class >::function
 

Definition at line 116 of file Callable.h.

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

Definition at line 115 of file Callable.h.


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