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 85 of file Exceptions.h.
|
explicit |
Definition at line 69 of file Exceptions.cpp.
References app.
Referenced by utils::Config::addStandardFlags().
|
override |
Definition at line 74 of file Exceptions.cpp.
CLI::App * CLI::CallForShowConfig::getApp | ( | ) | const |
Definition at line 77 of file Exceptions.cpp.
References app.
Referenced by utils::Config::parse2().
|
private |
Definition at line 93 of file Exceptions.h.
Referenced by CallForShowConfig(), and getApp().