ReactOS 0.4.16-dev-2104-gb84fa49
tryblock_info Struct Reference

#include <cppexcept.h>

Collaboration diagram for tryblock_info:

Public Attributes

int start_level
 
int end_level
 
int catch_level
 
UINT catchblock_count
 
UINT catchblock
 

Detailed Description

Definition at line 102 of file cppexcept.h.

Member Data Documentation

◆ catch_level

int tryblock_info::catch_level

Definition at line 106 of file cppexcept.h.

Referenced by find_catch_block().

◆ catchblock

UINT tryblock_info::catchblock

Definition at line 108 of file cppexcept.h.

Referenced by cxx_frame_handler(), and find_catch_handler().

◆ catchblock_count

UINT tryblock_info::catchblock_count

Definition at line 107 of file cppexcept.h.

Referenced by cxx_frame_handler(), dump_function_descr(), and find_catch_handler().

◆ end_level

int tryblock_info::end_level

Definition at line 105 of file cppexcept.h.

Referenced by cxx_frame_handler(), and find_catch_block().

◆ start_level

int tryblock_info::start_level

Definition at line 104 of file cppexcept.h.

Referenced by find_catch_block().


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