ReactOS 0.4.15-dev-8028-g8e799e2
__exception Struct Reference

#include <cppexcept.h>

Inheritance diagram for __exception:
Collaboration diagram for __exception:

Public Attributes

vtable_ptrvtable
 
charname
 
int do_free
 
const vtable_ptrvtable
 
BOOL do_free
 

Detailed Description

Definition at line 25 of file cpp.c.

Member Data Documentation

◆ do_free [1/2]

int __exception::do_free

◆ do_free [2/2]

BOOL __exception::do_free

Definition at line 48 of file cppexcept.h.

◆ name

char * __exception::name

◆ vtable [1/2]

const vtable_ptr * __exception::vtable

◆ vtable [2/2]

const vtable_ptr* __exception::vtable

Definition at line 50 of file cppexcept.h.


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