ReactOS 0.4.15-dev-7842-g558ab78
__cxx_function_descr Struct Reference

#include <cppexcept.h>

Collaboration diagram for __cxx_function_descr:

Public Attributes

UINT magic
 
UINT unwind_count
 
const unwind_infounwind_table
 
UINT tryblock_count
 
const tryblock_infotryblock
 
UINT ipmap_count
 
const voidipmap
 
const voidexpect_list
 
UINT flags
 

Detailed Description

Definition at line 93 of file cppexcept.h.

Member Data Documentation

◆ expect_list

const void* __cxx_function_descr::expect_list

Definition at line 102 of file cppexcept.h.

◆ flags

UINT __cxx_function_descr::flags

Definition at line 103 of file cppexcept.h.

◆ ipmap

const void* __cxx_function_descr::ipmap

Definition at line 101 of file cppexcept.h.

◆ ipmap_count

UINT __cxx_function_descr::ipmap_count

Definition at line 100 of file cppexcept.h.

◆ magic

UINT __cxx_function_descr::magic

Definition at line 95 of file cppexcept.h.

Referenced by CxxHandleV8Frame().

◆ tryblock

const tryblock_info* __cxx_function_descr::tryblock

Definition at line 99 of file cppexcept.h.

◆ tryblock_count

UINT __cxx_function_descr::tryblock_count

Definition at line 98 of file cppexcept.h.

◆ unwind_count

UINT __cxx_function_descr::unwind_count

Definition at line 96 of file cppexcept.h.

◆ unwind_table

const unwind_info* __cxx_function_descr::unwind_table

Definition at line 97 of file cppexcept.h.


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