coan 4.2.4
|
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 |
This file provides the Exception component interface.
Definition in file exception.h.