Utils::Callable< R(P1, P2, P3, P4, P5, P6)>::FunctionCallableImpl Struct Reference

Inherits CallableImpl.

Inheritance diagram for Utils::Callable< R(P1, P2, P3, P4, P5, P6)>::FunctionCallableImpl:

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

Collaboration graph
[legend]
List of all members.

Detailed Description

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6>
struct Utils::Callable< R(P1, P2, P3, P4, P5, P6)>::FunctionCallableImpl

Definition at line 887 of file Callable.h.

Public Member Functions

 FunctionCallableImpl (Function f)
 ~FunctionCallableImpl ()
auto_ptr< CallableImplcopy () const
bool isEqualTo (const CallableImpl &other_)
doCall (P1 a1, P2 a2, P3 a3, P4 a4, P5 a5, P6 a6)

Public Attributes

Function function


Constructor & Destructor Documentation

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6>
Utils::Callable< R(P1, P2, P3, P4, P5, P6)>::FunctionCallableImpl::FunctionCallableImpl Function  f  )  [inline]
 

Definition at line 891 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6>
Utils::Callable< R(P1, P2, P3, P4, P5, P6)>::FunctionCallableImpl::~FunctionCallableImpl  )  [inline]
 

Definition at line 892 of file Callable.h.


Member Function Documentation

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

Definition at line 894 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6>
R Utils::Callable< R(P1, P2, P3, P4, P5, P6)>::FunctionCallableImpl::doCall P1  a1,
P2  a2,
P3  a3,
P4  a4,
P5  a5,
P6  a6
[inline]
 

Definition at line 904 of file Callable.h.

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

Definition at line 897 of file Callable.h.


Member Data Documentation

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6>
Function Utils::Callable< R(P1, P2, P3, P4, P5, P6)>::FunctionCallableImpl::function
 

Definition at line 889 of file Callable.h.


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