Ookii.CommandLine for C++
1.0.0
|
Provides the ookii::shell_command_usage_options class. More...
#include "usage_options.h"
Go to the source code of this file.
Classes | |
class | ookii::basic_shell_command_usage_options< CharType, Traits, Alloc > |
Provides options for how to format usage help for applications using shell commands. More... | |
struct | ookii::basic_shell_command_usage_options< CharType, Traits, Alloc >::defaults |
Provides default values for the fields of basic_shell_command_usage_options. More... | |
Namespaces | |
ookii | |
Namespace containing the core Ookii.CommandLine.Cpp types. | |
Typedefs | |
using | ookii::shell_command_usage_options = basic_shell_command_usage_options< char > |
Typedef for basic_shell_command_usage_options using char as the character type. | |
using | ookii::wshell_command_usage_options = basic_shell_command_usage_options< wchar_t > |
Typedef for basic_shell_command_usage_options using wchar_t as the character type. | |
Provides the ookii::shell_command_usage_options class.