Searched refs:get_canonical_option_prefix (Results 1 – 5 of 5) sorted by relevance
186 cmdline::get_canonical_option_prefix() in get_canonical_option_prefix() function in boost::program_options::detail::cmdline310 … e.add_context(opt.string_key, opt.original_tokens[0], get_canonical_option_prefix()); in run()502 … e.add_context(opt.string_key, original_token_for_exceptions, get_canonical_option_prefix()); in finish_option()527 get_canonical_option_prefix()) ); in parse_long_option()573 e.add_context(name, name, get_canonical_option_prefix()); in parse_short_option()656 e.add_context(tok, tok, get_canonical_option_prefix()); in parse_disguised_long_option()
281 string error_with_option_name::get_canonical_option_prefix() const in get_canonical_option_prefix() function in boost::program_options::error_with_option_name313 return get_canonical_option_prefix() + option_name; in get_canonical_option_name()317 return get_canonical_option_prefix() + original_token[0]; in get_canonical_option_name()329 substitutions["prefix"] = get_canonical_option_prefix(); in substitute_placeholders()
94 int get_canonical_option_prefix();
92 parsed_options result(m_desc, detail::cmdline::get_canonical_option_prefix()); in run()
201 std::string get_canonical_option_prefix() const;