arg
1.2
a C++ command-line parser
|
Header file for arg library. More...
#include <vector>
#include <string>
#include <sstream>
#include <typeinfo>
#include <memory>
Classes | |
class | arg::Value |
proxy to values of command line options, need to know where to store the values More... | |
class | arg::Option |
options to be parsed More... | |
class | arg::Argument |
Positional arguments on command line. More... | |
class | arg::Parser |
The command-line parser. More... | |
class | arg::SubParser |
A Parser that is a Value itself. More... | |
Namespaces | |
arg | |
Typedefs | |
typedef bool() | arg::CallBack(int, std::string const &, void *) |
signature for callback functions | |
Header file for arg library.
This is file declares arg::Parser
and is necessary to include for using the libraray.