libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Static Public Attributes | List of all members
qi::detail::EqMemberFunction< F > Struct Template Reference

#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
 

Detailed Description

template<typename F>
struct qi::detail::EqMemberFunction< F >

Definition at line 181 of file anyfunctionfactory.hxx.

Member Typedef Documentation

template<typename F >
using qi::detail::EqMemberFunction< F >::Arguments = typename boost::mpl::pop_front<MethodArguments>::type

Definition at line 188 of file anyfunctionfactory.hxx.

template<typename F >
using qi::detail::EqMemberFunction< F >::Components = typename boost::function_types::components<F>::type

Definition at line 183 of file anyfunctionfactory.hxx.

template<typename F >
using qi::detail::EqMemberFunction< F >::EqArguments = typename boost::mpl::transform<Arguments, EqType<boost::mpl::_1> >::type

Definition at line 191 of file anyfunctionfactory.hxx.

template<typename F >
using qi::detail::EqMemberFunction< F >::EqComponents = typename boost::mpl::push_front<EqComponentsInt, EqResult>::type

Definition at line 195 of file anyfunctionfactory.hxx.

template<typename F >
using qi::detail::EqMemberFunction< F >::EqComponentsInt = typename boost::mpl::push_front<EqArguments, detail::Class&>::type

Definition at line 194 of file anyfunctionfactory.hxx.

template<typename F >
using qi::detail::EqMemberFunction< F >::EqResult = typename EqType<Result>::rType

Definition at line 192 of file anyfunctionfactory.hxx.

template<typename F >
using qi::detail::EqMemberFunction< F >::MethodArguments = typename boost::function_types::parameter_types<F>::type

Definition at line 186 of file anyfunctionfactory.hxx.

template<typename F >
using qi::detail::EqMemberFunction< F >::Result = typename boost::function_types::result_type<F>::type

Definition at line 190 of file anyfunctionfactory.hxx.

template<typename F >
using qi::detail::EqMemberFunction< F >::type = typename boost::function_types::member_function_pointer<EqComponents>::type

Definition at line 196 of file anyfunctionfactory.hxx.

Member Data Documentation

template<typename F >
const unsigned long qi::detail::EqMemberFunction< F >::refMask
static
Initial value:
= RefMasqBuilderHelper<Components,
typename boost::mpl::begin<Components>::type, 0>::val

Definition at line 197 of file anyfunctionfactory.hxx.


The documentation for this struct was generated from the following file: