SNode.C
Loading...
Searching...
No Matches
CLI::CallForShowConfig Class Reference

#include <Exceptions.h>

Inheritance diagram for CLI::CallForShowConfig:
Collaboration diagram for CLI::CallForShowConfig:

Public Member Functions

 CallForShowConfig (CLI::App *app)
 
 ~CallForShowConfig () override
 
CLI::App * getApp () const
 

Private Attributes

CLI::App * app
 

Detailed Description

Definition at line 63 of file Exceptions.h.

Constructor & Destructor Documentation

◆ CallForShowConfig()

CLI::CallForShowConfig::CallForShowConfig ( CLI::App * app)
explicit

Definition at line 47 of file Exceptions.cpp.

48 : CLI::Success("CallForPrintConfig", "Show current configuration", CLI::ExitCodes::Success)
49 , app(app) {
50 }

References app, and CallForShowConfig().

Referenced by utils::Config::addStandardFlags(), and CallForShowConfig().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~CallForShowConfig()

CLI::CallForShowConfig::~CallForShowConfig ( )
override

Definition at line 52 of file Exceptions.cpp.

52 {
53 }

Member Function Documentation

◆ getApp()

CLI::App * CLI::CallForShowConfig::getApp ( ) const

Definition at line 55 of file Exceptions.cpp.

55 {
56 return app;
57 }

References app.

Referenced by utils::Config::parse2().

Here is the caller graph for this function:

Member Data Documentation

◆ app

CLI::App* CLI::CallForShowConfig::app
private

Definition at line 71 of file Exceptions.h.

Referenced by CallForShowConfig(), and getApp().


The documentation for this class was generated from the following files: