Ookii.CommandLine for C++
2.0.0
|
Provides the ookii::basic_parser_builder class. More...
#include "command_line_parser.h"
Go to the source code of this file.
Namespaces | |
ookii | |
Namespace containing the core Ookii.CommandLine.Cpp types. | |
Typedefs | |
using | ookii::parser_builder = basic_parser_builder< char > |
Typedef for basic_command using char as the character type. | |
using | ookii::wparser_builder = basic_parser_builder< wchar_t > |
Typedef for basic_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.