Definition at line 508 of file Options.h.
◆ NetworkInterfaceConfiguration()
Definition at line 517 of file Options.h.
518 : ConfigurationBase(qty, args)
519 {
520 }
◆ nif()
| std::string nif |
( |
| ) |
const |
|
inline |
Definition at line 511 of file Options.h.
512 {
513 return requiredArg<std::string>(options(), "nif");
514 }
◆ showOptions()
| void showOptions |
( |
std::ostream & | out | ) |
const |
|
inlineoverrideprotectedvirtual |
Implements ConfigurationBase.
Definition at line 522 of file Options.h.
523 {
524 out
525 << " --nif <nif>" << std::endl
526 << "\tNetwork interface." << std::endl;
527 }