sisi4s
Loading...
Searching...
No Matches
CLI::CallForVersion Class Reference

-v or –version on command line More...

#include <CLI11.hpp>

Inheritance diagram for CLI::CallForVersion:
Collaboration diagram for CLI::CallForVersion:

Public Member Functions

 CallForVersion (std::string msg, ExitCodes exit_code)
 
 CallForVersion (std::string msg, int exit_code)
 
 CallForVersion ()
 
- Public Member Functions inherited from CLI::Success
 Success (std::string msg, ExitCodes exit_code)
 
 Success (std::string msg, int exit_code)
 
 Success ()
 
- Public Member Functions inherited from CLI::ParseError
 ParseError (std::string msg, ExitCodes exit_code)
 
 ParseError (std::string msg, int exit_code)
 
- Public Member Functions inherited from CLI::Error
int get_exit_code () const
 
std::string get_name () const
 
 Error (std::string name, std::string msg, int exit_code=static_cast< int >(ExitCodes::BaseClass))
 
 Error (std::string name, std::string msg, ExitCodes exit_code)
 

Protected Member Functions

 CallForVersion (std::string ename, std::string msg, int exit_code)
 
 CallForVersion (std::string ename, std::string msg, ExitCodes exit_code)
 
- Protected Member Functions inherited from CLI::Success
 Success (std::string ename, std::string msg, int exit_code)
 
 Success (std::string ename, std::string msg, ExitCodes exit_code)
 
- Protected Member Functions inherited from CLI::ParseError
 ParseError (std::string ename, std::string msg, int exit_code)
 
 ParseError (std::string ename, std::string msg, ExitCodes exit_code)
 

Detailed Description

-v or –version on command line

Constructor & Destructor Documentation

◆ CallForVersion() [1/5]

CLI::CallForVersion::CallForVersion ( std::string  ename,
std::string  msg,
int  exit_code 
)
inlineprotected

◆ CallForVersion() [2/5]

CLI::CallForVersion::CallForVersion ( std::string  ename,
std::string  msg,
ExitCodes  exit_code 
)
inlineprotected

◆ CallForVersion() [3/5]

CLI::CallForVersion::CallForVersion ( std::string  msg,
ExitCodes  exit_code 
)
inline

◆ CallForVersion() [4/5]

CLI::CallForVersion::CallForVersion ( std::string  msg,
int  exit_code 
)
inline

◆ CallForVersion() [5/5]

CLI::CallForVersion::CallForVersion ( )
inline

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