retdec
|
#include <rtti_gcc.h>
Additional Inherited Members | |
![]() | |
virtual | ~TypeInfo ()=default |
bool | operator== (const TypeInfo &o) const |
bool | operator!= (const TypeInfo &o) const |
![]() | |
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... | |
ABI: __class_type_info
Used for class types having no bases, and is also a base type for the other two class type representations.