libqi-api
2.8.7.4
|
#include <anyfunctionfactory.hxx>
Public Types | |
using | Components = typename boost::function_types::components< F >::type |
using | MethodArguments = typename boost::function_types::parameter_types< F >::type |
using | Arguments = typename boost::mpl::pop_front< MethodArguments >::type |
using | Result = typename boost::function_types::result_type< F >::type |
using | EqArguments = typename boost::mpl::transform< Arguments, EqType< boost::mpl::_1 > >::type |
using | EqResult = typename EqType< Result >::rType |
using | EqComponentsInt = typename boost::mpl::push_front< EqArguments, detail::Class & >::type |
using | EqComponents = typename boost::mpl::push_front< EqComponentsInt, EqResult >::type |
using | type = typename boost::function_types::member_function_pointer< EqComponents >::type |
Static Public Attributes | |
static const unsigned long | refMask |
Definition at line 181 of file anyfunctionfactory.hxx.
using qi::detail::EqMemberFunction< F >::Arguments = typename boost::mpl::pop_front<MethodArguments>::type |
Definition at line 188 of file anyfunctionfactory.hxx.
using qi::detail::EqMemberFunction< F >::Components = typename boost::function_types::components<F>::type |
Definition at line 183 of file anyfunctionfactory.hxx.
using qi::detail::EqMemberFunction< F >::EqArguments = typename boost::mpl::transform<Arguments, EqType<boost::mpl::_1> >::type |
Definition at line 191 of file anyfunctionfactory.hxx.
using qi::detail::EqMemberFunction< F >::EqComponents = typename boost::mpl::push_front<EqComponentsInt, EqResult>::type |
Definition at line 195 of file anyfunctionfactory.hxx.
using qi::detail::EqMemberFunction< F >::EqComponentsInt = typename boost::mpl::push_front<EqArguments, detail::Class&>::type |
Definition at line 194 of file anyfunctionfactory.hxx.
using qi::detail::EqMemberFunction< F >::EqResult = typename EqType<Result>::rType |
Definition at line 192 of file anyfunctionfactory.hxx.
using qi::detail::EqMemberFunction< F >::MethodArguments = typename boost::function_types::parameter_types<F>::type |
Definition at line 186 of file anyfunctionfactory.hxx.
using qi::detail::EqMemberFunction< F >::Result = typename boost::function_types::result_type<F>::type |
Definition at line 190 of file anyfunctionfactory.hxx.
using qi::detail::EqMemberFunction< F >::type = typename boost::function_types::member_function_pointer<EqComponents>::type |
Definition at line 196 of file anyfunctionfactory.hxx.
|
static |
Definition at line 197 of file anyfunctionfactory.hxx.