#include <exception.h>
Definition at line 43 of file exception.h.
| exception::~exception |
( |
| ) |
|
| int qucs::exception::getCode |
( |
void |
| ) |
|
|
inline |
| int qucs::exception::getData |
( |
void |
| ) |
|
|
inline |
| char* qucs::exception::getText |
( |
void |
| ) |
|
|
inline |
| void qucs::exception::setCode |
( |
int |
c | ) |
|
|
inline |
| void qucs::exception::setData |
( |
int |
d | ) |
|
|
inline |
| void qucs::exception::setNext |
( |
exception * |
e | ) |
|
|
inline |
| void exception::setText |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
| int qucs::exception::code |
|
private |
| int qucs::exception::data |
|
private |
| char* qucs::exception::txt |
|
private |
The documentation for this class was generated from the following files: