goptions
|
#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 object to another. More... | |