#include <lemon/arg_parser.h>
|
|
| ArgParserException (Reason r) throw () |
| | Constructor.
|
| |
|
virtual | ~ArgParserException () throw () |
| | Virtual destructor.
|
| |
|
virtual const char * | what () const throw () |
| | A short description of the exception.
|
| |
|
Reason | reason () const |
| | Return the reason for the failure.
|
| |
|
| Exception () throw () |
| | Constructor.
|
| |
|
virtual | ~Exception () throw () |
| | Virtual destructor.
|
| |
◆ Reason
Reasons for failure.
| Enumerator |
|---|
| HELP | –help option was given.
|
| UNKNOWN_OPT | Unknown option was given.
|
| INVALID_OPT | Invalid combination of options.
|