My Project
0.0.16
QUCS Mapping
|
#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.
exceptionstack::exceptionstack | ( | const exceptionstack & | e | ) |
exceptionstack::~exceptionstack | ( | ) |
|
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 | ) |
|
final |