ReactOS 0.4.15-dev-7934-g1dc8d80
_rtti_object_locator Struct Reference

#include <cxx.h>

Collaboration diagram for _rtti_object_locator:

Public Attributes

unsigned int signature
 
int base_class_offset
 
unsigned int flags
 
const type_infotype_descriptor
 
const rtti_object_hierarchytype_hierarchy
 

Detailed Description

Definition at line 203 of file cxx.h.

Member Data Documentation

◆ base_class_offset

int _rtti_object_locator::base_class_offset

Definition at line 206 of file cxx.h.

Referenced by MSVCRT___RTCastToVoid(), and MSVCRT___RTDynamicCast().

◆ flags

unsigned int _rtti_object_locator::flags

Definition at line 207 of file cxx.h.

◆ signature

unsigned int _rtti_object_locator::signature

Definition at line 205 of file cxx.h.

◆ type_descriptor

const type_info* _rtti_object_locator::type_descriptor

Definition at line 208 of file cxx.h.

Referenced by MSVCRT___RTtypeid().

◆ type_hierarchy

const rtti_object_hierarchy* _rtti_object_locator::type_hierarchy

Definition at line 209 of file cxx.h.

Referenced by MSVCRT___RTDynamicCast().


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