coan 4.2.4
exception.h File Reference
#include "bool.h"
#include "setjmp.h"
Include dependency graph for exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define catch()   setjmp(exception_context)
#define throw(x)   longjmp(exception_context,(x))

Variables

jmp_buf exception_context
bool exceptions_enabled

Detailed Description

This file provides the Exception component interface.

Definition in file exception.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines