libdballe
7.19
|
Public Member Functions | |
Options () | |
Create new Options initialised with default values. | |
bool | operator== (const Options &o) const |
bool | operator!= (const Options &o) const |
void | print (FILE *out) |
Print a summary of the options to out. | |
std::string | to_string () const |
Generate a string summary of import options. | |
Static Public Member Functions | |
static Options | from_string (const std::string &s) |
Opposite of to_string: create an Options from a string. | |
Public Attributes | |
bool | simplified |