retdec
|
#include <rtti_msvc.h>
Classes | |
struct | PMD |
Public Attributes | |
retdec::common::Address | typeDescriptorAddr |
Type descriptor of the class. More... | |
uint32_t | numContainedBases = 0 |
Number of nested classes following in the Base Class Array. More... | |
PMD | where |
Pointer-to-member displacement info. More... | |
uint32_t | attributes = 0 |
Flags, usually 0. More... | |
retdec::common::Address | address |
Position of this RTTIBaseClassDescriptor entry. More... | |
RTTITypeDescriptor * | typeDescriptor = nullptr |
RTTITypeDescriptor object on address typeDescriptorAddr . More... | |
Describes base class together with information which allows compiler to cast the derived class to it during execution of the dynamic_cast.
retdec::common::Address retdec::rtti_finder::RTTIBaseClassDescriptor::address |
Position of this RTTIBaseClassDescriptor
entry.
uint32_t retdec::rtti_finder::RTTIBaseClassDescriptor::attributes = 0 |
Flags, usually 0.
uint32_t retdec::rtti_finder::RTTIBaseClassDescriptor::numContainedBases = 0 |
Number of nested classes following in the Base Class Array.
RTTITypeDescriptor* retdec::rtti_finder::RTTIBaseClassDescriptor::typeDescriptor = nullptr |
RTTITypeDescriptor object on address typeDescriptorAddr
.
retdec::common::Address retdec::rtti_finder::RTTIBaseClassDescriptor::typeDescriptorAddr |
Type descriptor of the class.
PMD retdec::rtti_finder::RTTIBaseClassDescriptor::where |
Pointer-to-member displacement info.