#include <Exceptions.h>
Public Types | |
| enum class | Mode { REQUIRED , STANDARD , FULL , DEFAULT } |
Public Member Functions | |
| CallForCommandline (CLI::App *app, const std::string &description, Mode mode) | |
| ~CallForCommandline () override | |
| CLI::App * | getApp () const |
| Mode | getMode () const |
Private Attributes | |
| CLI::App * | app |
| Mode | mode |
Definition at line 70 of file Exceptions.h.
|
strong |
| Enumerator | |
|---|---|
| REQUIRED | |
| STANDARD | |
| FULL | |
| DEFAULT | |
Definition at line 72 of file Exceptions.h.
| CLI::CallForCommandline::CallForCommandline | ( | CLI::App * | app, |
| const std::string & | description, | ||
| Mode | mode ) |
Definition at line 52 of file Exceptions.cpp.
Referenced by utils::Config::addStandardFlags().
|
override |
Definition at line 58 of file Exceptions.cpp.
| CLI::App * CLI::CallForCommandline::getApp | ( | ) | const |
Definition at line 61 of file Exceptions.cpp.
References app.
Referenced by utils::Config::parse2().
| CallForCommandline::Mode CLI::CallForCommandline::getMode | ( | ) | const |
Definition at line 65 of file Exceptions.cpp.
References mode.
Referenced by utils::Config::parse2().
|
private |
Definition at line 81 of file Exceptions.h.
Referenced by CallForCommandline(), and getApp().
|
private |
Definition at line 82 of file Exceptions.h.
Referenced by CallForCommandline(), and getMode().