#include <cpp_exceptions.hpp>
boost::wave::cpp_exception::cpp_exception |
( |
std::size_t |
line_, |
|
|
std::size_t |
column_, |
|
|
char const * |
filename_ |
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
boost::wave::cpp_exception::~cpp_exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
std::size_t boost::wave::cpp_exception::column_no |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
virtual char const* boost::wave::cpp_exception::description |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
pure virtual |
char const* boost::wave::cpp_exception::file_name |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
virtual int boost::wave::cpp_exception::get_errorcode |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
pure virtual |
virtual char const* boost::wave::cpp_exception::get_related_name |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
pure virtual |
virtual int boost::wave::cpp_exception::get_severity |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
pure virtual |
virtual bool boost::wave::cpp_exception::is_recoverable |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
pure virtual |
std::size_t boost::wave::cpp_exception::line_no |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
virtual char const* boost::wave::cpp_exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
pure virtual |
std::size_t boost::wave::cpp_exception::column |
|
protected |
char boost::wave::cpp_exception::filename[512] |
|
protected |
std::size_t boost::wave::cpp_exception::line |
|
protected |
The documentation for this class was generated from the following file: