Utils::Callable< R(P1, P2)>::CallableImpl Struct Reference
List of all members.
Detailed Description
template<typename R, typename P1, typename P2>
struct Utils::Callable< R(P1, P2)>::CallableImpl
Definition at line 312 of file Callable.h.
Constructor & Destructor Documentation
|
template<typename R, typename P1, typename P2> |
| virtual Utils::Callable< R(P1, P2)>::CallableImpl::~CallableImpl |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
|
template<typename R, typename P1, typename P2> |
| virtual auto_ptr<CallableImpl> Utils::Callable< R(P1, P2)>::CallableImpl::copy |
( |
|
) |
const [pure virtual] |
|
|
template<typename R, typename P1, typename P2> |
| virtual R Utils::Callable< R(P1, P2)>::CallableImpl::doCall |
( |
P1 |
, |
|
|
P2 |
|
|
) |
[pure virtual] |
|
|
template<typename R, typename P1, typename P2> |
| virtual bool Utils::Callable< R(P1, P2)>::CallableImpl::isEqualTo |
( |
const CallableImpl & |
|
) |
[pure virtual] |
|
The documentation for this struct was generated from the following file: