#include <map>
#include <vector>
#include <set>
#include <string>
#include <iostream>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | nor_utils |
Classes | |
class | Args |
Handle the command line arguments. More... | |
struct | Args::Argument |
Holds the informations of a single argument. More... | |
Enumerations | |
enum | nor_utils::ArgsOutType { nor_utils::AOT_OK, nor_utils::AOT_NO_ARGUMENTS, nor_utils::AOT_UNKOWN_ARGUMENT, nor_utils::AOT_TOO_FEW_VALUES } |
The enum returned by readArguments(). More... |
Definition in file Args.h.