HomeSort by relevance Sort by last modified time
    Searched full:typed_argument_factory (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
argument_factory.hpp 12 // Description : generic typed_argument_factory implementation
66 // ************** typed_argument_factory ************** //
70 struct typed_argument_factory : public argument_factory { struct in namespace:boost::BOOST_RT_PARAM_NAMESPACE::cla
72 typed_argument_factory() function in struct:boost::BOOST_RT_PARAM_NAMESPACE::cla::typed_argument_factory
75 BOOST_RT_PARAM_UNNEEDED_VIRTUAL ~typed_argument_factory() {}
124 typed_argument_factory<T>::produce_using( parameter& p, argv_traverser& tr )
180 typed_argument_factory<T>::produce_using( parameter& p, parser const& pa )
205 typed_argument_factory<T>::argument_usage_info( format_stream& fs )
typed_parameter.hpp 61 typed_argument_factory<T> m_arg_factory;

Completed in 148 milliseconds