ReactOS 0.4.16-dev-401-g45b008d
_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 196 of file cxx.h.

Member Data Documentation

◆ attributes

unsigned int _rtti_base_descriptor::attributes

Definition at line 201 of file cxx.h.

◆ num_base_classes

int _rtti_base_descriptor::num_base_classes

Definition at line 199 of file cxx.h.

◆ offsets

this_ptr_offsets _rtti_base_descriptor::offsets

Definition at line 200 of file cxx.h.

◆ type_descriptor

const type_info* _rtti_base_descriptor::type_descriptor

Definition at line 198 of file cxx.h.

Referenced by __RTDynamicCast().


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