ReactOS 0.4.15-dev-7924-g5949c20
__cxx_exception_type Struct Reference

#include <cppexcept.h>

Collaboration diagram for __cxx_exception_type:

Public Attributes

UINT flags
 
void(* destructor )(void)
 
cxx_exc_custom_handler custom_handler
 
const cxx_type_info_tabletype_info_table
 

Detailed Description

Definition at line 143 of file cppexcept.h.

Member Data Documentation

◆ custom_handler

cxx_exc_custom_handler __cxx_exception_type::custom_handler

Definition at line 147 of file cppexcept.h.

◆ destructor

void(* __cxx_exception_type::destructor)(void) ( void  )

Definition at line 146 of file cppexcept.h.

◆ flags

UINT __cxx_exception_type::flags

Definition at line 145 of file cppexcept.h.

◆ type_info_table

const cxx_type_info_table * __cxx_exception_type::type_info_table

Definition at line 148 of file cppexcept.h.


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