SNode.C
|
#include <Exceptions.h>
Public Member Functions | |
CallForShowConfig (CLI::App *app) | |
~CallForShowConfig () override | |
CLI::App * | getApp () const |
Private Attributes | |
CLI::App * | app |
Definition at line 63 of file Exceptions.h.
|
explicit |
Definition at line 47 of file Exceptions.cpp.
References app, and CallForShowConfig().
Referenced by utils::Config::addStandardFlags(), and CallForShowConfig().
|
override |
Definition at line 52 of file Exceptions.cpp.
CLI::App * CLI::CallForShowConfig::getApp | ( | ) | const |
Definition at line 55 of file Exceptions.cpp.
References app.
Referenced by utils::Config::parse2().
|
private |
Definition at line 71 of file Exceptions.h.
Referenced by CallForShowConfig(), and getApp().