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

Thrown when counting a non-existent option. More...

#include <CLI11.hpp>

Inheritance diagram for CLI::OptionNotFound:
Collaboration diagram for CLI::OptionNotFound:

Public Member Functions

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

 OptionNotFound (std::string ename, std::string msg, int exit_code)
 
 OptionNotFound (std::string ename, std::string msg, ExitCodes exit_code)
 

Detailed Description

Thrown when counting a non-existent option.

Constructor & Destructor Documentation

◆ OptionNotFound() [1/5]

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

◆ OptionNotFound() [2/5]

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

◆ OptionNotFound() [3/5]

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

◆ OptionNotFound() [4/5]

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

◆ OptionNotFound() [5/5]

CLI::OptionNotFound::OptionNotFound ( std::string  name)
inlineexplicit

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