Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
except_catch Struct Reference

A catch block descriptor associating a set of exception IDs with a longjmp target. More...

#include <except.h>

Public Attributes

const except_id_texcept_id
 
size_t except_size
 
except_t except_obj
 
jmp_buf except_jmp
 

Detailed Description

A catch block descriptor associating a set of exception IDs with a longjmp target.

Member Data Documentation

◆ except_id

const except_id_t* except_catch::except_id

Pointer to an array of exception IDs this block handles

◆ except_jmp

jmp_buf except_catch::except_jmp

Jump buffer used to transfer control to this catch block

◆ except_obj

except_t except_catch::except_obj

Storage for the caught exception object

◆ except_size

size_t except_catch::except_size

Number of entries in the except_id array


The documentation for this struct was generated from the following file: