My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
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.

exceptionstack::exceptionstack ( const exceptionstack e)

Definition at line 49 of file exceptionstack.cpp.

Here is the call graph for this function:

exceptionstack::~exceptionstack ( )

Definition at line 62 of file exceptionstack.cpp.

Here is the call graph for this function:

Member Function Documentation

exception exceptionstack::pop ( void  )
final

Definition at line 79 of file exceptionstack.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void exceptionstack::print ( const char *  prefix = NULL)

Definition at line 95 of file exceptionstack.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void exceptionstack::push ( exception e)

Definition at line 72 of file exceptionstack.cpp.

Here is the call graph for this function:

exception exceptionstack::top ( void  )
final

Definition at line 89 of file exceptionstack.cpp.

Here is the caller graph for this function:


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