retdec
List of all members
retdec::rtti_finder::ClassTypeInfo Class Reference

#include <rtti_gcc.h>

Inheritance diagram for retdec::rtti_finder::ClassTypeInfo:
Inheritance graph
[legend]
Collaboration diagram for retdec::rtti_finder::ClassTypeInfo:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from retdec::rtti_finder::TypeInfo
virtual ~TypeInfo ()=default
 
bool operator== (const TypeInfo &o) const
 
bool operator!= (const TypeInfo &o) const
 
- Public Attributes inherited from retdec::rtti_finder::TypeInfo
retdec::common::Address vtableAddr
 Pointer (address) of virtual table for this TypeInfo instance. More...
 
retdec::common::Address nameAddr
 NTBS (null-terminated byte string) address. More...
 
retdec::common::Address address
 Position of this TypeInfo entry. More...
 
std::string name
 String from nameAddr position. More...
 

Detailed Description

ABI: __class_type_info

Used for class types having no bases, and is also a base type for the other two class type representations.


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