Utils::Callable< R(P1, P2, P3, P4, P5)>::NullCallableImpl Struct Reference
Inherits
CallableImpl.
Inheritance diagram for Utils::Callable< R(P1, P2, P3, P4, P5)>::NullCallableImpl:
[legend]Collaboration diagram for Utils::Callable< R(P1, P2, P3, P4, P5)>::NullCallableImpl:
[legend]List of all members.
Detailed Description
template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
struct Utils::Callable< R(P1, P2, P3, P4, P5)>::NullCallableImpl
Definition at line 734 of file Callable.h.
Constructor & Destructor Documentation
|
template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5> |
| Utils::Callable< R(P1, P2, P3, P4, P5)>::NullCallableImpl::NullCallableImpl |
( |
|
) |
[inline] |
|
|
template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5> |
| Utils::Callable< R(P1, P2, P3, P4, P5)>::NullCallableImpl::~NullCallableImpl |
( |
|
) |
[inline] |
|
Member Function Documentation
|
template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5> |
| auto_ptr<CallableImpl> Utils::Callable< R(P1, P2, P3, P4, P5)>::NullCallableImpl::copy |
( |
|
) |
const [inline] |
|
|
template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5> |
| R Utils::Callable< R(P1, P2, P3, P4, P5)>::NullCallableImpl::doCall |
( |
P1 |
a1, |
|
|
P2 |
a2, |
|
|
P3 |
a3, |
|
|
P4 |
a4, |
|
|
P5 |
a5 |
|
) |
[inline] |
|
|
template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5> |
| bool Utils::Callable< R(P1, P2, P3, P4, P5)>::NullCallableImpl::isEqualTo |
( |
const CallableImpl & |
|
) |
[inline] |
|
The documentation for this struct was generated from the following file: