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