goptions
|
#include "goption.h"
#include "gswitch.h"
#include <string>
#include <fstream>
#include <iostream>
#include <map>
#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) |
Definition at line 531 of file goptions.cc.