Definition at line 740 of file Options.h.
◆ InputLogFileConfiguration()
Definition at line 749 of file Options.h.
750 : ConfigurationBase(qty, args)
751 {
752 }
◆ location()
| std::string location |
( |
| ) |
const |
|
inline |
Definition at line 743 of file Options.h.
744 {
746 }
Value requiredArg(const Options &options, const Char *option)
◆ showOptions()
| void showOptions |
( |
std::ostream & | out | ) |
const |
|
inlineoverrideprotectedvirtual |
Implements ConfigurationBase.
Definition at line 754 of file Options.h.
755 {
756 out
757 << " --location <FileName|DirectoryName>" << std::endl;
758 }