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

Inherits CallableImpl.

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

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

Collaboration graph
[legend]
List of all members.

Detailed Description

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

Definition at line 62 of file Callable.h.

Public Member Functions

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

Public Attributes

Function function


Constructor & Destructor Documentation

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

Definition at line 66 of file Callable.h.

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

Definition at line 67 of file Callable.h.


Member Function Documentation

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

Definition at line 69 of file Callable.h.

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

Definition at line 79 of file Callable.h.

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

Definition at line 72 of file Callable.h.


Member Data Documentation

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

Definition at line 64 of file Callable.h.


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