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

Inherits CallableImpl.

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

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

Collaboration graph
[legend]
List of all members.

Detailed Description

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

Definition at line 246 of file Callable.h.

Public Types

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

Public Member Functions

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

Public Attributes

const Class & object
ConstMemberFunction function


Member Typedef Documentation

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

Definition at line 248 of file Callable.h.


Constructor & Destructor Documentation

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

Definition at line 253 of file Callable.h.

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

Definition at line 254 of file Callable.h.

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

Definition at line 256 of file Callable.h.


Member Function Documentation

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

Definition at line 258 of file Callable.h.

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

Definition at line 270 of file Callable.h.

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

Definition at line 262 of file Callable.h.


Member Data Documentation

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

Definition at line 251 of file Callable.h.

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

Definition at line 250 of file Callable.h.


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