APM:Libraries
|
This is the complete list of members for Functor< RetType, Args >, including all inherited members.
_method | Functor< RetType, Args > | private |
_obj | Functor< RetType, Args > | private |
bind(T *obj) | Functor< RetType, Args > | inlinestatic |
Functor(void *obj, RetType(*method)(void *obj, Args...)) | Functor< RetType, Args > | inline |
Functor(decltype(nullptr)) | Functor< RetType, Args > | inline |
Functor() | Functor< RetType, Args > | inline |
method_wrapper(void *obj, Args... args) | Functor< RetType, Args > | inlineprivatestatic |
operator bool() const | Functor< RetType, Args > | inlineexplicit |
operator()(Args... args) const | Functor< RetType, Args > | inline |
operator==(const Functor< RetType, Args... > &rhs) | Functor< RetType, Args > | inline |