ReactOS 0.4.15-dev-7906-g1b85a5f
_rtti_base_descriptor Struct Reference

#include <cxx.h>

Collaboration diagram for _rtti_base_descriptor:

Public Attributes

const type_infotype_descriptor
 
int num_base_classes
 
this_ptr_offsets offsets
 
unsigned int attributes
 

Detailed Description

Definition at line 182 of file cxx.h.

Member Data Documentation

◆ attributes

unsigned int _rtti_base_descriptor::attributes

Definition at line 187 of file cxx.h.

◆ num_base_classes

int _rtti_base_descriptor::num_base_classes

Definition at line 185 of file cxx.h.

◆ offsets

this_ptr_offsets _rtti_base_descriptor::offsets

Definition at line 186 of file cxx.h.

◆ type_descriptor

const type_info* _rtti_base_descriptor::type_descriptor

Definition at line 184 of file cxx.h.

Referenced by MSVCRT___RTDynamicCast().


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