IDA C++ SDK 9.2
|
Type information for typedefs. More...
#include <typeinf.hpp>
Public Member Functions | |
typedef_type_data_t (const til_t *_til, const char *_name, bool _resolve=false) | |
typedef_type_data_t (const til_t *_til, uint32 ord, bool _resolve=false) | |
DEFINE_MEMORY_ALLOCATION_FUNCS () void swap(typedef_type_data_t &r) |
Public Attributes | |
const til_t * | til |
type library to use when resolving | |
union { | |
const char * name | |
is_ordref=false: target type name. we do not own this pointer! More... | |
uint32 ordinal | |
is_ordref=true: type ordinal number More... | |
}; | |
bool | is_ordref |
is reference by ordinal? | |
bool | resolve |
should resolve immediately? |
Type information for typedefs.
|
inline |
|
inline |
|
inline |
const til_t* typedef_type_data_t::til |
type library to use when resolving
const char* typedef_type_data_t::name |
is_ordref=false: target type name. we do not own this pointer!
uint32 typedef_type_data_t::ordinal |
is_ordref=true: type ordinal number
union { ... } typedef_type_data_t |
bool typedef_type_data_t::is_ordref |
is reference by ordinal?
bool typedef_type_data_t::resolve |
should resolve immediately?