ReactOS 0.4.16-dev-814-g656a5dc
|
#include <cppexcept.h>
Public Attributes | |
int | start_level |
int | end_level |
int | catch_level |
int | catchblock_count |
const catchblock_info * | catchblock |
Definition at line 76 of file cppexcept.h.
int __tryblock_info::catch_level |
Definition at line 80 of file cppexcept.h.
const catchblock_info* __tryblock_info::catchblock |
Definition at line 82 of file cppexcept.h.
int __tryblock_info::catchblock_count |
Definition at line 81 of file cppexcept.h.
int __tryblock_info::end_level |
Definition at line 79 of file cppexcept.h.
int __tryblock_info::start_level |
Definition at line 78 of file cppexcept.h.