|
Ookii.CommandLine for C++
2.0.0
|
Provides the ookii::command_line_argument class. More...


Go to the source code of this file.
Classes | |
| class | ookii::action_command_line_argument< T, CharType, Traits, Alloc > |
| Class that provides information about action arguments. More... | |
| class | ookii::command_line_argument< T, CharType, Traits, Alloc > |
| Class that provides information about arguments that are not multi-value arguments. More... | |
| class | ookii::command_line_argument_base< CharType, Traits, Alloc > |
| Abstract base class for regular and multi-value arguments. More... | |
| class | ookii::multi_value_command_line_argument< T, CharType, Traits, Alloc > |
| Class that provides information about arguments that are not multi-value arguments. More... | |
Namespaces | |
| ookii | |
| Namespace containing the core Ookii.CommandLine.Cpp types. | |
Enumerations | |
| enum class | ookii::set_value_result { ookii::success , ookii::error , ookii::cancel } |
| The result of attempting to set a value for an argument. More... | |
Provides the ookii::command_line_argument class.
This file contains types that provide information about the command line arguments that a basic_command_line_parser accepts.