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

Provides functionality for applications that have multiple subcommands, all with their own arguments. More...

#include "command_line_builder.h"
#include "shell_command_usage_options.h"
Include dependency graph for shell_command.h:

Go to the source code of this file.

Classes

class  ookii::basic_shell_command< CharType, Traits, Alloc >
 Abstract base class for all shell commands. More...
 
class  ookii::basic_shell_command_manager< CharType, Traits, Alloc >
 Manages registration, creation and invocation of shell commands for an application. More...
 
class  ookii::shell_command_info< CharType, Traits, Alloc >
 Provides information about a shell command. More...
 

Namespaces

 ookii
 Namespace containing the core Ookii.CommandLine.Cpp types.
 

Typedefs

using ookii::shell_command = basic_shell_command< char >
 Typedef for basic_shell_command using char as the character type.
 
using ookii::shell_command_manager = basic_shell_command_manager< char >
 Typedef for basic_shell_command_manager using char as the character type.
 
using ookii::wshell_command = basic_shell_command< wchar_t >
 Typedef for basic_shell_command using wchar_t as the character type.
 
using ookii::wshell_command_manager = basic_shell_command_manager< wchar_t >
 Typedef for basic_shell_command_manager using wchar_t as the character type.
 

Detailed Description

Provides functionality for applications that have multiple subcommands, all with their own arguments.