Utils::Callable< R(P1)>::FunctionCallableImpl Struct Reference

Inherits CallableImpl.

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

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

Collaboration graph
[legend]
List of all members.

Detailed Description

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

Definition at line 197 of file Callable.h.

Public Member Functions

 FunctionCallableImpl (Function f)
 ~FunctionCallableImpl ()
auto_ptr< CallableImplcopy () const
bool isEqualTo (const CallableImpl &other_)
doCall (P1 a1)

Public Attributes

Function function


Constructor & Destructor Documentation

template<typename R, typename P1>
Utils::Callable< R(P1)>::FunctionCallableImpl::FunctionCallableImpl Function  f  )  [inline]
 

Definition at line 201 of file Callable.h.

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

Definition at line 202 of file Callable.h.


Member Function Documentation

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

Definition at line 204 of file Callable.h.

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

Definition at line 214 of file Callable.h.

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

Definition at line 207 of file Callable.h.


Member Data Documentation

template<typename R, typename P1>
Function Utils::Callable< R(P1)>::FunctionCallableImpl::function
 

Definition at line 199 of file Callable.h.


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