#include <dxcut/dex.h>
#include <dxcut/handler.h>
Go to the source code of this file.
Classes | |
struct | DexTryBlock |
Functions | |
void | dxc_free_try_block (DexTryBlock *try_block) |
Frees all data ssociated with this try block. Does not attempt to free the passed pointer. | |
int | dxc_is_sentinel_try_block (DexTryBlock *try_block) |
Returns true if this try block marks the end of a try block list. | |
void | dxc_make_sentinel_try_block (DexTryBlock *try_block) |
Marks the passed try block as the end of a list. |