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.
Constructor & Destructor Documentation
|
template<typename R> |
| virtual Utils::Callable< R()>::CallableImpl::~CallableImpl |
( |
|
) |
[inline, virtual] |
|
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: