Ookii.CommandLine for C++  1.0.0
Classes | Namespaces | Typedefs
shell_command_usage_options.h File Reference

Provides the ookii::shell_command_usage_options class. More...

#include "usage_options.h"
Include dependency graph for shell_command_usage_options.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Provides the ookii::shell_command_usage_options class.