|
goptions
|
Implementation of GOptions : the command-line and YAML option manager. More...
#include "goptions.h"#include "goptionsConventions.h"#include "gversion.h"#include "gutilities.h"#include <iostream>#include <cstring>
Go to the source code of this file.
Functions | |
| GOptions & | operator+= (GOptions &gopts, const GOptions &goptions_to_add) |
| Overloaded operator to add options and switches from one GOptions : to another. | |
Documentation for the public API lives in goptions.h. This translation unit focuses on implementation details:
Definition in file goptions.cc.
Definition at line 544 of file goptions.cc.