|
Ookii.CommandLine for C++
1.0.0
|
Provides the ookii::basic_parser_builder class. More...
#include "command_line_core.h"

Go to the source code of this file.
Classes | |
| class | ookii::basic_parser_builder< CharType, Traits, Alloc >::argument_builder< ArgumentType, BaseType > |
| Specifies options for an argument under construction. More... | |
| class | ookii::basic_parser_builder< CharType, Traits, Alloc >::argument_builder_base |
| Abstract base class with common functionality for the argument builders. More... | |
| class | ookii::basic_parser_builder< CharType, Traits, Alloc > |
| Provides functionality to specify options and arguments to create a new basic_command_line_parser. More... | |
| class | ookii::basic_parser_builder< CharType, Traits, Alloc >::multi_value_argument_builder< T > |
| Base class for argument_builder for multi-value arguments. More... | |
Namespaces | |
| ookii | |
| Namespace containing the core Ookii.CommandLine.Cpp types. | |
Typedefs | |
| using | ookii::parser_builder = basic_parser_builder< char > |
Typedef for basic_shell_command using char as the character type. | |
| using | ookii::wparser_builder = basic_parser_builder< wchar_t > |
Typedef for basic_shell_command using wchar_t as the character type. | |
Provides the ookii::basic_parser_builder class.
This file contains types used to construct a basic_command_line_parser.