ReactOS 0.4.15-dev-7942-gd23573b
__tryblock_info Struct Reference

#include <cppexcept.h>

Collaboration diagram for __tryblock_info:

Public Attributes

int start_level
 
int end_level
 
int catch_level
 
int catchblock_count
 
const catchblock_infocatchblock
 

Detailed Description

Definition at line 76 of file cppexcept.h.

Member Data Documentation

◆ catch_level

int __tryblock_info::catch_level

Definition at line 80 of file cppexcept.h.

◆ catchblock

const catchblock_info* __tryblock_info::catchblock

Definition at line 82 of file cppexcept.h.

◆ catchblock_count

int __tryblock_info::catchblock_count

Definition at line 81 of file cppexcept.h.

◆ end_level

int __tryblock_info::end_level

Definition at line 79 of file cppexcept.h.

◆ start_level

int __tryblock_info::start_level

Definition at line 78 of file cppexcept.h.


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