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

Anything that can error in Parse. More...

#include <CLI11.hpp>

Inheritance diagram for CLI::ParseError:
Collaboration diagram for CLI::ParseError:

Public Member Functions

 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

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

Detailed Description

Anything that can error in Parse.

Constructor & Destructor Documentation

◆ ParseError() [1/4]

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

◆ ParseError() [2/4]

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

◆ ParseError() [3/4]

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

◆ ParseError() [4/4]

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

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