Definition at line 486 of file Options.h.
◆ SettingsConfiguration()
Definition at line 495 of file Options.h.
496 : ConfigurationBase(qty, args)
497 {
498 }
◆ settingsFile()
| std::string settingsFile |
( |
| ) |
const |
|
inline |
Definition at line 489 of file Options.h.
490 {
492 }
Value argOrDefault(const Options &options, const Char *option, const Value &defaultValue=Value())
◆ showOptions()
| void showOptions |
( |
std::ostream & | out | ) |
const |
|
inlineoverrideprotectedvirtual |
Implements ConfigurationBase.
Definition at line 500 of file Options.h.
501 {
502 out
503 << " --settings [settings]" << std::endl
504 << "\tSettings file." << std::endl;
505 }