goptions
goptions.cc File Reference
#include "goptions.h"
#include "goptionsConventions.h"
#include "gversion.h"
#include "gutilities.h"
#include <iostream>
#include <cstring>
Include dependency graph for goptions.cc:

Go to the source code of this file.

Functions

GOptionsoperator+= (GOptions &gopts, const GOptions &goptions_to_add)
 Overloaded operator to add options and switches from one GOptions object to another. More...
 

Function Documentation

◆ operator+=()

GOptions& operator+= ( GOptions gopts,
const GOptions goptions_to_add 
)
Parameters
goptsThe original GOptions object.
goptions_to_addThe GOptions object to add.
Returns
A reference to the updated GOptions object.

Definition at line 610 of file goptions.cc.