|
goptions
|
#include "goption.h"#include "gswitch.h"#include "gutsConventions.h"#include <string>#include <fstream>#include <iostream>#include <map>#include <utility>#include <vector>

Go to the source code of this file.
Data Structures | |
| class | GOptions |
| The GOptions class manages command-line options and switches. More... | |
Functions | |
| GOptions & | operator+= (GOptions &original, const GOptions &optionsToAdd) |
| Overloaded operator to add options and switches from one GOptions object to another. | |