Definition at line 6496 of file oct-parse.cc.
◆ parse_exception() [1/2]
parse_exception::parse_exception |
( |
const std::string & |
message, |
|
|
const std::string & |
fcn_name = "" , |
|
|
const std::string & |
file_name = "" , |
|
|
int |
line = -1 , |
|
|
int |
column = -1 |
|
) |
| |
|
inline |
◆ parse_exception() [2/2]
◆ ~parse_exception()
parse_exception::~parse_exception |
( |
void |
| ) |
|
|
default |
◆ column()
int parse_exception::column |
( |
void |
| ) |
const |
|
inline |
◆ fcn_name()
std::string parse_exception::fcn_name |
( |
void |
| ) |
const |
|
inline |
◆ file_name()
std::string parse_exception::file_name |
( |
void |
| ) |
const |
|
inline |
◆ line()
int parse_exception::line |
( |
void |
| ) |
const |
|
inline |
◆ message()
std::string parse_exception::message |
( |
void |
| ) |
const |
|
inline |
◆ operator=()
◆ what()
const char* parse_exception::what |
( |
void |
| ) |
const |
|
inlinenoexcept |
◆ m_column
int parse_exception::m_column |
|
private |
◆ m_fcn_name
std::string parse_exception::m_fcn_name |
|
private |
◆ m_file_name
std::string parse_exception::m_file_name |
|
private |
◆ m_line
int parse_exception::m_line |
|
private |
◆ m_message
std::string parse_exception::m_message |
|
private |
The documentation for this class was generated from the following file: