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

List of all members.

Detailed Description

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

Definition at line 176 of file Callable.h.

Public Member Functions

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


Constructor & Destructor Documentation

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

Definition at line 178 of file Callable.h.


Member Function Documentation

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

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

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


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