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

-h or –help on command line More...

#include <CLI11.hpp>

Inheritance diagram for CLI::CallForHelp:
Collaboration diagram for CLI::CallForHelp:

Public Member Functions

 CallForHelp (std::string msg, ExitCodes exit_code)
 
 CallForHelp (std::string msg, int exit_code)
 
 CallForHelp ()
 
- 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

 CallForHelp (std::string ename, std::string msg, int exit_code)
 
 CallForHelp (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

-h or –help on command line

Constructor & Destructor Documentation

◆ CallForHelp() [1/5]

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

◆ CallForHelp() [2/5]

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

◆ CallForHelp() [3/5]

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

◆ CallForHelp() [4/5]

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

◆ CallForHelp() [5/5]

CLI::CallForHelp::CallForHelp ( )
inline

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