goptions
Loading...
Searching...
No Matches
goptions.h File Reference

Public interface for GOptions : the YAML + command-line configuration manager. More...

#include "goption.h"
#include "gswitch.h"
#include "gutsConventions.h"
#include <string>
#include <fstream>
#include <iostream>
#include <map>
#include <utility>
#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
 Parses, stores, and exposes command-line options and YAML configuration values. More...
 

Functions

GOptionsoperator+= (GOptions &original, const GOptions &optionsToAdd)
 Overloaded operator to add options and switches from one GOptions : to another.
 

Function Documentation

◆ operator+=()

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

Definition at line 544 of file goptions.cc.