Utils::Callable< R(P1)>::MemberFunctionCallableImpl< Class > Struct Template Reference
Inherits
CallableImpl.
Inheritance diagram for Utils::Callable< R(P1)>::MemberFunctionCallableImpl< Class >:
[legend]Collaboration diagram for Utils::Callable< R(P1)>::MemberFunctionCallableImpl< Class >:
[legend]List of all members.
Detailed Description
template<typename R, typename P1>
template<typename Class>
struct Utils::Callable< R(P1)>::MemberFunctionCallableImpl< Class >
Definition at line 218 of file Callable.h.
Member Typedef Documentation
|
template<typename R, typename P1> |
|
template<typename Class> |
| typedef R(Class::* Utils::Callable< R(P1)>::MemberFunctionCallableImpl< Class >::MemberFunction)(P1) |
|
Constructor & Destructor Documentation
|
template<typename R, typename P1> |
|
template<typename Class> |
| Utils::Callable< R(P1)>::MemberFunctionCallableImpl< Class >::MemberFunctionCallableImpl |
( |
|
) |
[inline] |
|
|
template<typename R, typename P1> |
|
template<typename Class> |
| Utils::Callable< R(P1)>::MemberFunctionCallableImpl< Class >::MemberFunctionCallableImpl |
( |
Class & |
o, |
|
|
MemberFunction |
f |
|
) |
[inline] |
|
|
template<typename R, typename P1> |
|
template<typename Class> |
| Utils::Callable< R(P1)>::MemberFunctionCallableImpl< Class >::~MemberFunctionCallableImpl |
( |
|
) |
[inline] |
|
Member Function Documentation
|
template<typename R, typename P1> |
|
template<typename Class> |
| auto_ptr<CallableImpl> Utils::Callable< R(P1)>::MemberFunctionCallableImpl< Class >::copy |
( |
|
) |
const [inline] |
|
|
template<typename R, typename P1> |
|
template<typename Class> |
| R Utils::Callable< R(P1)>::MemberFunctionCallableImpl< Class >::doCall |
( |
P1 |
a1 |
) |
[inline] |
|
|
template<typename R, typename P1> |
|
template<typename Class> |
| bool Utils::Callable< R(P1)>::MemberFunctionCallableImpl< Class >::isEqualTo |
( |
const CallableImpl & |
other_ |
) |
[inline] |
|
Member Data Documentation
|
template<typename R, typename P1> |
|
template<typename Class> |
| MemberFunction Utils::Callable< R(P1)>::MemberFunctionCallableImpl< Class >::function |
|
|
template<typename R, typename P1> |
|
template<typename Class> |
| Class& Utils::Callable< R(P1)>::MemberFunctionCallableImpl< Class >::object |
|
The documentation for this struct was generated from the following file: