Ookii.CommandLine for C++
2.0.0
|
Files | |
file | command_line.h [code] |
This header includes all the main Ookii.CommandLine.Cpp functionality. | |
file | command_line_argument.h [code] |
Provides the ookii::command_line_argument class. | |
file | command_line_builder.h [code] |
Provides the ookii::basic_parser_builder class. | |
file | command_line_generated.h [code] |
Provides helpers for using the New-Parser.ps1 and New-Subcommand.ps1 scripts. | |
file | command_line_parser.h [code] |
Provides the ookii::basic_command_line_parser class. | |
file | command_line_switch.h [code] |
Provides functionality for switch arguments. | |
file | console_helper.h [code] |
Provides helpers for using the console. | |
file | format_helper.h [code] |
Allows selection between the C++20 <format> library and libfmt. | |
file | line_wrapping_stream.h [code] |
Provides an output stream buffer, and associated stream, that allow for white-space wrapping text at the specified width. | |
file | linux_helper.h [code] |
Provides platform-specific functionality for Linux and other POSIX-like platforms. | |
file | localized_string_provider.h [code] |
Provides the ookii::basic_localized_string_provider class. | |
file | parse_result.h [code] |
Provides error handling for the ookii::basic_command_line_parser class. | |
file | parsing_mode.h [code] |
Provides the ookii::parsing_mode enumeration. | |
file | platform_helper.h [code] |
Provides platform-specific functionality depending on the target platform for compilation. | |
file | range_helper.h [code] |
Provides helpers for working with iterator ranges. | |
file | scope_helper.h [code] |
Provides RAII types. | |
file | string_helper.h [code] |
Provides helper types and functions for working with strings. | |
file | subcommand.h [code] |
Provides functionality for applications that have multiple subcommands, all with their own arguments. | |
file | type_info.h [code] |
Provides helpers to obtain the name of a type. | |
file | usage_writer.h [code] |
Provides the ookii::basic_usage_writer class. | |
file | value_description.h [code] |
Provides a template used to determine the default value description for a type. | |
file | vt_helper.h [code] |
Provides types for using virtual terminal sequences with console output. | |
file | win32_helper.h [code] |
Provides platform-specific functionality for Windows. | |