#include <argumentshelper.h>
Public Member Functions | |
ArgumentsHelper (char **args, int argc) | |
ValidArgument * | addValid (string name) |
bool | validate () |
int | size () |
Argument * | getArgumentByName (string name) throw () |
Argument * | operator[] (string name) throw () |
string | toString () |
string | dumpAllValid () |
string | getRawArg (int pos) |
string | getFreeArg (int pos) |
This utility handle dependencies and conflicts arguments
Definition at line 21 of file argumentshelper.h.
n2nc::utils::args::ArgumentsHelper::ArgumentsHelper | ( | char ** | argv, | |
int | argc | |||
) |
Definition at line 7 of file argumentshelper.cpp.
bool n2nc::utils::args::ArgumentsHelper::validate | ( | ) |
validates all.
Definition at line 61 of file argumentshelper.cpp.