NeoPZ
|
Go to the source code of this file.
Classes | |
class | clarg::args_container |
class | clarg::container_manager |
Namespaces | |
clarg | |
Macros | |
#define | MAP |
#define | DEBUG_AL(...) |
Functions | |
void | clarg::values (ostream &os, bool defined_only) |
void | clarg::arguments_descriptions (ostream &os, string prefix, string suffix) |
int | clarg::parse_arguments (int argc, char *argv[]) |
int | clarg::dump_arguments_to_file (ostream &of) |
int | clarg::parse_arguments_from_file (std::istream &is) |
Variables | |
container_manager | clarg::cm |
#define DEBUG_AL | ( | ... | ) |
Definition at line 31 of file arglib.cpp.
Referenced by clarg::args_container::parse_arguments(), and clarg::args_container::register_argument().
#define MAP |
Definition at line 26 of file arglib.cpp.