|
ewmscp
..
|
#include <Options.h>
Public Member Functions | |
| rangeError (const base *aOffendingOption) | |
| ~rangeError () override=default | |
| const std::string & | fGetBadValue () const |
Public Member Functions inherited from options::internal::optionError | |
| optionError (const base *aOffendingOption, const std::string &aWhat) | |
| optionError (const base *aOffendingOption, const char *aWhat) | |
| ~optionError () override=default | |
| const base & | fGetOption () const |
Protected Attributes | |
| std::string | badValue |
Protected Attributes inherited from options::internal::optionError | |
| const base & | offendingOption |
|
inline |
|
overridedefault |
|
inline |
Definition at line 295 of file Options.h.
References badValue.
Referenced by options::parser::fParse().
|
protected |
Definition at line 290 of file Options.h.
Referenced by fGetBadValue(), and options::internal::typedRangeError< T >::typedRangeError().
1.8.17