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

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

#include <functional>
#include "command_line_switch.h"
#include "usage_options.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::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.
 

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.