Classes | Namespaces | Enumerations
CommandLine.hpp File Reference

(5)

A compact command line argument parser. More...

#include <Balau/Exception/CommandLineExceptions.hpp>
#include <Balau/Type/StdTypes.hpp>
#include <Balau/Util/Strings.hpp>
#include <cstdlib>
#include <iomanip>
#include <map>
Include dependency graph for CommandLine.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CommandLine< KeyT >
 A compact command line argument parser. More...
 

Namespaces

 Balau
 The root Balau namespace.
 

Enumerations

enum  CommandLineStyle {
  SwitchSpaceValue,
  SwitchEqualsValue,
  Detect
}
 The command line style that the application uses. More...
 

Detailed Description

A compact command line argument parser.