Option++
2.0
C++ library for reading command-line options
|
This is the complete list of members for optionpp::parsed_entry, including all inherited members.
argument | optionpp::parsed_entry | |
is_option | optionpp::parsed_entry | |
long_name | optionpp::parsed_entry | |
opt_info | optionpp::parsed_entry | |
original_text | optionpp::parsed_entry | |
original_without_argument | optionpp::parsed_entry | |
parsed_entry() noexcept | optionpp::parsed_entry | inline |
parsed_entry(const std::string &original_text, bool is_option=false, const std::string &long_name="", char short_name='\0', const std::string &argument="") | optionpp::parsed_entry | inlineexplicit |
short_name | optionpp::parsed_entry |