Ookii.CommandLine for C++
2.0.0
|
Provides error handling for the ookii::basic_command_line_parser class. More...
#include "localized_string_provider.h"
Go to the source code of this file.
Classes | |
struct | ookii::parse_result< CharType, Traits, Alloc > |
Provides the result, success or error, of a command line argument parsing operation. More... | |
Namespaces | |
ookii | |
Namespace containing the core Ookii.CommandLine.Cpp types. | |
Enumerations | |
enum class | ookii::parse_error { ookii::none , ookii::parsing_cancelled , ookii::invalid_value , ookii::unknown_argument , ookii::missing_value , ookii::duplicate_argument , ookii::too_many_arguments , ookii::missing_required_argument , ookii::combined_short_name_non_switch } |
The type of error that occurred while parsing the command line. More... | |
Provides error handling for the ookii::basic_command_line_parser class.