#include <CmdLineParser.hpp>
|
| ParseError (const char *x, const char *filenm=NULL, unsigned int lineno=0) |
|
| ParseError (std::string x, const char *filenm=NULL, unsigned int lineno=0) |
|
virtual std::string | message () const |
|
virtual const std::string & | what () const |
|
virtual const std::string & | where () const |
|
virtual void | report (std::ostream &os) const |
|
virtual void | report () const |
|
|
void | Ctor (const std::string &x, const char *filenm=NULL, unsigned int lineno=0) |
|
Definition at line 230 of file CmdLineParser.hpp.
◆ ParseError() [1/2]
CmdLineParser::ParseError::ParseError |
( |
const char * |
x, |
|
|
const char * |
filenm = NULL , |
|
|
unsigned int |
lineno = 0 |
|
) |
| |
|
inline |
◆ ParseError() [2/2]
CmdLineParser::ParseError::ParseError |
( |
std::string |
x, |
|
|
const char * |
filenm = NULL , |
|
|
unsigned int |
lineno = 0 |
|
) |
| |
|
inline |
◆ Ctor()
void Exception::Ctor |
( |
const std::string & |
x, |
|
|
const char * |
filenm = NULL , |
|
|
unsigned int |
lineno = 0 |
|
) |
| |
|
protectedinherited |
◆ message()
virtual std::string CmdLineParser::ParseError::message |
( |
| ) |
const |
|
inlinevirtual |
◆ report() [1/2]
virtual void Diagnostics::Exception::report |
( |
std::ostream & |
os | ) |
const |
|
inlinevirtualinherited |
◆ report() [2/2]
virtual void Diagnostics::Exception::report |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ what()
virtual const std::string& Diagnostics::Exception::what |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ where()
virtual const std::string& Diagnostics::Exception::where |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ mWhat
std::string Diagnostics::Exception::mWhat |
|
protectedinherited |
◆ mWhere
std::string Diagnostics::Exception::mWhere |
|
protectedinherited |
The documentation for this class was generated from the following file: