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

List of all members.

Detailed Description

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

Definition at line 41 of file Callable.h.

Public Member Functions

virtual ~CallableImpl ()
virtual auto_ptr< CallableImplcopy () const =0
virtual bool isEqualTo (const CallableImpl &)=0
virtual R doCall ()=0


Constructor & Destructor Documentation

template<typename R>
virtual Utils::Callable< R()>::CallableImpl::~CallableImpl  )  [inline, virtual]
 

Definition at line 43 of file Callable.h.


Member Function Documentation

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

template<typename R>
virtual R Utils::Callable< R()>::CallableImpl::doCall  )  [pure virtual]
 

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


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