ReactOS 0.4.16-dev-2104-gb84fa49
cxx_function_descr Struct Reference

#include <cppexcept.h>

Collaboration diagram for cxx_function_descr:

Public Attributes

UINT magic: 29
 
UINT bbt_flags: 3
 
UINT unwind_count
 
UINT unwind_table
 
UINT tryblock_count
 
UINT tryblock
 
UINT ipmap_count
 
UINT ipmap
 
int unwind_help
 
UINT expect_list
 
UINT flags
 

Detailed Description

Definition at line 117 of file cppexcept.h.

Member Data Documentation

◆ bbt_flags

UINT cxx_function_descr::bbt_flags

Definition at line 120 of file cppexcept.h.

◆ expect_list

UINT cxx_function_descr::expect_list

Definition at line 128 of file cppexcept.h.

◆ flags

UINT cxx_function_descr::flags

Definition at line 129 of file cppexcept.h.

◆ ipmap

UINT cxx_function_descr::ipmap

Definition at line 126 of file cppexcept.h.

◆ ipmap_count

UINT cxx_function_descr::ipmap_count

Definition at line 125 of file cppexcept.h.

◆ magic

UINT cxx_function_descr::magic

Definition at line 119 of file cppexcept.h.

Referenced by CxxHandleV8Frame().

◆ tryblock

UINT cxx_function_descr::tryblock

Definition at line 124 of file cppexcept.h.

◆ tryblock_count

UINT cxx_function_descr::tryblock_count

Definition at line 123 of file cppexcept.h.

◆ unwind_count

UINT cxx_function_descr::unwind_count

Definition at line 121 of file cppexcept.h.

◆ unwind_help

int cxx_function_descr::unwind_help

Definition at line 127 of file cppexcept.h.

◆ unwind_table

UINT cxx_function_descr::unwind_table

Definition at line 122 of file cppexcept.h.


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