#include <Options.h>
Definition at line 279 of file Options.h.
◆ optionError() [1/2]
options::internal::optionError::optionError |
( |
const base * |
aOffendingOption, |
|
|
const std::string & |
aWhat |
|
) |
| |
Definition at line 44 of file Options.cpp.
45 std::runtime_error(aWhat),
◆ optionError() [2/2]
options::internal::optionError::optionError |
( |
const base * |
aOffendingOption, |
|
|
const char * |
aWhat |
|
) |
| |
Definition at line 47 of file Options.cpp.
48 std::runtime_error(aWhat),
◆ ~optionError()
options::internal::optionError::~optionError |
( |
| ) |
|
|
overridedefault |
◆ fGetOption()
const base & options::internal::optionError::fGetOption |
( |
| ) |
const |
◆ offendingOption
const base& options::internal::optionError::offendingOption |
|
protected |
The documentation for this class was generated from the following files: