arithmetic_errors.h File Reference

#include <setjmp.h>

Go to the source code of this file.

Defines

#define linear_arithmetic_error_included
#define __CURRENT_FUNCTION_NAME__   "<unknown>"
#define EXCEPTION   extern unsigned int
#define THROW(what)   (throw_exception(what, __CURRENT_FUNCTION_NAME__, __FILE__, __LINE__))
#define CATCH(what)
#define UNCATCH(what)
#define TRY   else
#define RETHROW()   THROW(the_last_just_thrown_exception)

Typedefs

typedef void(* exception_callback_t )(const char *, const char *, int)

Variables

unsigned int the_last_just_thrown_exception

Define Documentation

#define __CURRENT_FUNCTION_NAME__   "<unknown>"

Definition at line 113 of file source/arith/arithmetic_errors.h.

#define CATCH ( what   ) 
#define EXCEPTION   extern unsigned int

Definition at line 117 of file source/arith/arithmetic_errors.h.

#define linear_arithmetic_error_included

Definition at line 94 of file source/arith/arithmetic_errors.h.

 
#define RETHROW (  )     THROW(the_last_just_thrown_exception)
#define THROW ( what   )     (throw_exception(what, __CURRENT_FUNCTION_NAME__, __FILE__, __LINE__))

Definition at line 119 of file source/arith/arithmetic_errors.h.

#define TRY   else
#define UNCATCH ( what   ) 

Typedef Documentation

typedef void(* exception_callback_t)(const char *, const char *, int)

Definition at line 98 of file source/arith/arithmetic_errors.h.


Variable Documentation

Definition at line 156 of file errors.c.

Referenced by pop_exception_from_stack(), push_exception_on_stack(), and throw_exception().


Generated on Wed Nov 25 17:45:26 2009 for polylib by  doxygen 1.6.1