Searched refs:string_id (Results 1 – 2 of 2) sorted by relevance
105 const_argument_ptr operator[]( cstring string_id ) const;106 cstring get( cstring string_id ) const; 109 T const& get( cstring string_id ) const in get()111 return arg_value<T>( valid_argument( string_id ) ); in get()115 void get( cstring string_id, boost::optional<T>& res ) const in get() argument117 const_argument_ptr actual_arg = (*this)[string_id]; in get()130 argument const& valid_argument( cstring string_id ) const;
71 parser::valid_argument( cstring string_id ) const73 const_argument_ptr arg = (*this)[string_id];75 …BOOST_RT_PARAM_VALIDATE_LOGIC( !!arg, "Actual argument for parameter " << string_id << " is not pr…165 parser::operator[]( cstring string_id ) const170 if( curr_param->responds_to( string_id ) ) {172 … BOOST_RT_PARAM_LITERAL( "Ambiguous parameter string id: " ) << string_id );184 parser::get( cstring string_id ) const186 return get<cstring>( string_id );