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 85 of file Exceptions.h.

Constructor & Destructor Documentation

◆ CallForShowConfig()

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

Definition at line 69 of file Exceptions.cpp.

70 : CLI::Success("CallForPrintConfig", "Show current configuration", CLI::ExitCodes::Success)
71 , app(app) {
72 }

References app.

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

Here is the caller graph for this function:

◆ ~CallForShowConfig()

CLI::CallForShowConfig::~CallForShowConfig ( )
override

Definition at line 74 of file Exceptions.cpp.

74 {
75 }

Member Function Documentation

◆ getApp()

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

Definition at line 77 of file Exceptions.cpp.

77 {
78 return app;
79 }

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 93 of file Exceptions.h.

Referenced by CallForShowConfig(), and getApp().


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