Searched refs:m_arg_factory (Results 1 – 2 of 2) sorted by relevance
44 : cla::parameter( ID, m_arg_factory, rtti::type_id<T>() == rtti::type_id<bool>() ) in typed_parameter()53 m_arg_factory.accept_modifier( m ); in accept_modifier()55 BOOST_RT_PARAM_VALIDATE_LOGIC( !p_optional || !m_arg_factory.m_value_generator, in accept_modifier()61 typed_argument_factory<T> m_arg_factory; member in boost::BOOST_RT_PARAM_NAMESPACE::cla::typed_parameter
50 , m_arg_factory( F ) in parameter()101 m_arg_factory.argument_usage_info( fs ); in usage_info()117 m_actual_argument = m_arg_factory.produce_using( *this, tr ); in produce_argument()121 m_actual_argument = m_arg_factory.produce_using( *this, p ); in produce_argument()127 argument_factory& m_arg_factory; member in boost::BOOST_RT_PARAM_NAMESPACE::cla::parameter