APM:Libraries
Functor< RetType, Args > Member List

This is the complete list of members for Functor< RetType, Args >, including all inherited members.

_methodFunctor< RetType, Args >private
_objFunctor< 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() constFunctor< RetType, Args >inlineexplicit
operator()(Args... args) constFunctor< RetType, Args >inline
operator==(const Functor< RetType, Args... > &rhs)Functor< RetType, Args >inline