Ookii.CommandLine for C++  2.0.0
Classes | Namespaces | Enumerations
command_line_argument.h File Reference

Provides the ookii::command_line_argument class. More...

#include <functional>
#include "command_line_switch.h"
#include "parsing_mode.h"
Include dependency graph for command_line_argument.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ookii::action_command_line_argument< T, CharType, Traits, Alloc >
 Class that provides information about action arguments. More...
 
class  ookii::command_line_argument< T, CharType, Traits, Alloc >
 Class that provides information about arguments that are not multi-value arguments. More...
 
class  ookii::command_line_argument_base< CharType, Traits, Alloc >
 Abstract base class for regular and multi-value arguments. More...
 
class  ookii::multi_value_command_line_argument< T, CharType, Traits, Alloc >
 Class that provides information about arguments that are not multi-value arguments. More...
 

Namespaces

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

Enumerations

enum class  ookii::set_value_result { ookii::success , ookii::error , ookii::cancel }
 The result of attempting to set a value for an argument. More...
 

Detailed Description

Provides the ookii::command_line_argument class.

This file contains types that provide information about the command line arguments that a basic_command_line_parser accepts.