ReactOS 0.4.16-dev-2104-gb84fa49
__exception Struct Reference

#include <cxx.h>

Inheritance diagram for __exception:
Collaboration diagram for __exception:

Public Attributes

const vtable_ptrvtable
 
charname
 
int do_free
 
vtable_ptrvtable
 
BOOL do_free
 

Detailed Description

Definition at line 323 of file cxx.h.

Member Data Documentation

◆ do_free [1/2]

int __exception::do_free

Definition at line 327 of file cxx.h.

Referenced by test___non_rtti_object(), test_bad_cast(), test_bad_typeid(), and test_exception().

◆ do_free [2/2]

BOOL __exception::do_free

Definition at line 49 of file cppexcept.h.

◆ name

char * __exception::name

Definition at line 326 of file cxx.h.

Referenced by test___non_rtti_object(), test_bad_cast(), test_bad_typeid(), and test_exception().

◆ vtable [1/2]

const vtable_ptr * __exception::vtable

Definition at line 325 of file cxx.h.

Referenced by test___non_rtti_object(), test_bad_cast(), test_bad_typeid(), and test_exception().

◆ vtable [2/2]

vtable_ptr* __exception::vtable

Definition at line 27 of file cpp.c.


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