retdec
Public Attributes | List of all members
retdec::rtti_finder::RTTITypeDescriptor Class Reference

#include <rtti_msvc.h>

Collaboration diagram for retdec::rtti_finder::RTTITypeDescriptor:
Collaboration graph
[legend]

Public Attributes

retdec::common::Address vtableAddr
 Virtual table of type_info class. More...
 
retdec::common::Address spare
 Used to keep the demangled name returned by type_info::name() More...
 
std::string name
 Mangled type name, e.g. ".H" = "int", ".?AVA@@" = "class A". More...
 
retdec::common::Address address
 Position of this RTTITypeDescriptor entry. More...
 

Detailed Description

Describes a single C++ type

Member Data Documentation

◆ address

retdec::common::Address retdec::rtti_finder::RTTITypeDescriptor::address

Position of this RTTITypeDescriptor entry.

◆ name

std::string retdec::rtti_finder::RTTITypeDescriptor::name

Mangled type name, e.g. ".H" = "int", ".?AVA@@" = "class A".

◆ spare

retdec::common::Address retdec::rtti_finder::RTTITypeDescriptor::spare

Used to keep the demangled name returned by type_info::name()

◆ vtableAddr

retdec::common::Address retdec::rtti_finder::RTTITypeDescriptor::vtableAddr

Virtual table of type_info class.


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