|
Qucs-core
0.0.19
|
#include <exceptionstack.h>
Public Member Functions | |
| exceptionstack () | |
| exceptionstack (const exceptionstack &) | |
| ~exceptionstack () | |
| void | push (exception *) |
| exception | pop (void) |
| exception | top (void) |
| void | print (const char *prefix=NULL) |
Definition at line 32 of file exceptionstack.h.
| exceptionstack::exceptionstack | ( | ) |
Definition at line 43 of file exceptionstack.cpp.
| qucs::exceptionstack::exceptionstack | ( | const exceptionstack & | ) |
| exceptionstack::~exceptionstack | ( | ) |
Definition at line 62 of file exceptionstack.cpp.
| exception exceptionstack::pop | ( | void | ) | [final] |
Definition at line 79 of file exceptionstack.cpp.
| void exceptionstack::print | ( | const char * | prefix = NULL | ) |
Definition at line 95 of file exceptionstack.cpp.
| void exceptionstack::push | ( | exception * | e | ) |
Definition at line 72 of file exceptionstack.cpp.
| exception exceptionstack::top | ( | void | ) | [final] |
Definition at line 89 of file exceptionstack.cpp.
1.7.6.1