goptions
goptions.h File Reference
#include "goption.h"
#include "gswitch.h"
#include <string>
#include <fstream>
#include <iostream>
#include <map>
#include <vector>
Include dependency graph for goptions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  GOptions
 The GOptions class manages command-line options and switches. More...
 

Functions

GOptionsoperator+= (GOptions &original, const GOptions &optionsToAdd)
 

Function Documentation

◆ operator+=()

GOptions& operator+= ( GOptions original,
const GOptions optionsToAdd 
)

Definition at line 531 of file goptions.cc.