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>
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... | |
A compact command line argument parser.