|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <cppexcept.h>

Public Attributes | |
| int | start_level |
| int | end_level |
| int | catch_level |
| UINT | catchblock_count |
| UINT | catchblock |
Definition at line 102 of file cppexcept.h.
| int tryblock_info::catch_level |
Definition at line 106 of file cppexcept.h.
Referenced by find_catch_block().
| UINT tryblock_info::catchblock |
Definition at line 108 of file cppexcept.h.
Referenced by cxx_frame_handler(), and find_catch_handler().
| 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().
| int tryblock_info::end_level |
Definition at line 105 of file cppexcept.h.
Referenced by cxx_frame_handler(), and find_catch_block().
| int tryblock_info::start_level |
Definition at line 104 of file cppexcept.h.
Referenced by find_catch_block().