ewmscp
..
|
#include <Options.h>
Public Member Functions | |
rangeError (const base *aOffendingOption) | |
~rangeError () override=default | |
const std::string & | fGetBadValue () const |
![]() | |
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 |
![]() | |
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().