Qucs-core  0.0.19
Public Member Functions
qucs::exceptionstack Class Reference

#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)

Detailed Description

Definition at line 32 of file exceptionstack.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


The documentation for this class was generated from the following files: