Searched refs:error_with_no_option_name (Results 1 – 2 of 2) sorted by relevance
250 class BOOST_PROGRAM_OPTIONS_DECL error_with_no_option_name : public error_with_option_name { class252 error_with_no_option_name(const std::string& template_, in error_with_no_option_name() function in boost::program_options::error_with_no_option_name261 ~error_with_no_option_name() throw() {} in ~error_with_no_option_name()266 class BOOST_PROGRAM_OPTIONS_DECL unknown_option : public error_with_no_option_name {269 : error_with_no_option_name("unrecognised option '%canonical_option%'", original_token) in unknown_option()279 class BOOST_PROGRAM_OPTIONS_DECL ambiguous_option : public error_with_no_option_name {282 : error_with_no_option_name("option '%canonical_option%' is ambiguous"), in ambiguous_option()
2010 boost/program_options/error_with_no_option_name.html