|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
A catch block descriptor associating a set of exception IDs with a longjmp target. More...
#include <except.h>
Public Attributes | |
| const except_id_t * | except_id |
| size_t | except_size |
| except_t | except_obj |
| jmp_buf | except_jmp |
A catch block descriptor associating a set of exception IDs with a longjmp target.
| const except_id_t* except_catch::except_id |
Pointer to an array of exception IDs this block handles
| jmp_buf except_catch::except_jmp |
Jump buffer used to transfer control to this catch block
| except_t except_catch::except_obj |
Storage for the caught exception object
| size_t except_catch::except_size |
Number of entries in the except_id array