Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
typedef_type_data_t Struct Reference

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)
 
void swap (typedef_type_data_t &r)
 

Public Attributes

const til_ttil
 type library to use when resolving
 
union {
   const char *   name
 is_ordref=false: target type name. we do not own this pointer!
 
   uint32   ordinal
 is_ordref=true: type ordinal number
 
}; 
 
bool is_ordref
 is reference by ordinal?
 
bool resolve
 should resolve immediately?
 

Detailed Description

Type information for typedefs.


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