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

Inherits CallableImpl.

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

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

Collaboration graph
[legend]
List of all members.

Detailed Description

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

Definition at line 49 of file Callable.h.

Public Member Functions

 NullCallableImpl ()
 ~NullCallableImpl ()
auto_ptr< CallableImplcopy () const
bool isEqualTo (const CallableImpl &)
doCall ()


Constructor & Destructor Documentation

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

Definition at line 51 of file Callable.h.

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

Definition at line 52 of file Callable.h.


Member Function Documentation

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

Definition at line 54 of file Callable.h.

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

Definition at line 58 of file Callable.h.

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

Definition at line 57 of file Callable.h.


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