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
array_type_data_t Struct Reference

Array type information (see tinfo_t::get_array_details()) More...

#include <typeinf.hpp>

Public Member Functions

 array_type_data_t (size_t b=0, size_t n=0)
 Constructor.
 
void swap (array_type_data_t &r)
 set this = r and r = this
 

Public Attributes

tinfo_t elem_type
 element type
 
uint32 base
 array base
 
uint32 nelems
 number of elements
 

Detailed Description

Array type information (see tinfo_t::get_array_details())


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