ReactOS 0.4.16-dev-2104-gb84fa49
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
 
unsigned int type_descriptor
 
unsigned int type_hierarchy
 
unsigned int object_locator
 

Detailed Description

Definition at line 424 of file cxx.h.

Member Data Documentation

◆ base_class_offset

int rtti_object_locator::base_class_offset

Definition at line 427 of file cxx.h.

Referenced by __RTCastToVoid(), and __RTDynamicCast().

◆ flags

unsigned int rtti_object_locator::flags

Definition at line 428 of file cxx.h.

◆ object_locator

unsigned int rtti_object_locator::object_locator

Definition at line 431 of file cxx.h.

◆ signature

unsigned int rtti_object_locator::signature

Definition at line 426 of file cxx.h.

◆ type_descriptor

unsigned int rtti_object_locator::type_descriptor

Definition at line 429 of file cxx.h.

Referenced by __RTtypeid().

◆ type_hierarchy

unsigned int rtti_object_locator::type_hierarchy

Definition at line 430 of file cxx.h.

Referenced by __RTDynamicCast().


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