ReactOS 0.4.16-dev-2104-gb84fa49
rtti_base_descriptor Struct Reference

#include <cxx.h>

Collaboration diagram for rtti_base_descriptor:

Public Attributes

unsigned int type_descriptor
 
int num_base_classes
 
this_ptr_offsets offsets
 
unsigned int attributes
 

Detailed Description

Definition at line 403 of file cxx.h.

Member Data Documentation

◆ attributes

unsigned int rtti_base_descriptor::attributes

Definition at line 408 of file cxx.h.

Referenced by dump_obj_locator().

◆ num_base_classes

int rtti_base_descriptor::num_base_classes

Definition at line 406 of file cxx.h.

Referenced by dump_obj_locator().

◆ offsets

this_ptr_offsets rtti_base_descriptor::offsets

Definition at line 407 of file cxx.h.

Referenced by __RTDynamicCast(), and dump_obj_locator().

◆ type_descriptor

unsigned int rtti_base_descriptor::type_descriptor

Definition at line 405 of file cxx.h.

Referenced by __RTDynamicCast(), and dump_obj_locator().


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