Qucs-core  0.0.18
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes
qucs::exception Class Reference

#include <exception.h>

Public Member Functions

exception const exception~exception ()
 
int getCode (void)
 
void setCode (int c)
 
char * getText (void)
 
void setText (const char *,...)
 
exception getNext (void)
 
void setNext (exception *e)
 
void setData (int d)
 
int getData (void)
 

Private Attributes

int code
 
int data
 
char * txt
 

Detailed Description

Definition at line 43 of file exception.h.

Constructor & Destructor Documentation

exception::~exception ( )

Definition at line 61 of file exception.cpp.

Member Function Documentation

int qucs::exception::getCode ( void  )
inline

Definition at line 50 of file exception.h.

int qucs::exception::getData ( void  )
inline

Definition at line 57 of file exception.h.

exception qucs::exception::getNext ( void  )
inline

Definition at line 54 of file exception.h.

char* qucs::exception::getText ( void  )
inline

Definition at line 52 of file exception.h.

void qucs::exception::setCode ( int  c)
inline

Definition at line 51 of file exception.h.

void qucs::exception::setData ( int  d)
inline

Definition at line 56 of file exception.h.

void qucs::exception::setNext ( exception e)
inline

Definition at line 55 of file exception.h.

void exception::setText ( const char *  format,
  ... 
)

Definition at line 67 of file exception.cpp.

Field Documentation

int qucs::exception::code
private

Definition at line 60 of file exception.h.

int qucs::exception::data
private

Definition at line 61 of file exception.h.

char* qucs::exception::txt
private

Definition at line 62 of file exception.h.


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