IDA C++ SDK 9.2
Loading...
Searching...
No Matches
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.
 DEFINE_MEMORY_ALLOCATION_FUNCS () 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())

Constructor & Destructor Documentation

◆ array_type_data_t()

array_type_data_t::array_type_data_t ( size_t b = 0,
size_t n = 0 )
inline

Constructor.

Member Function Documentation

◆ DEFINE_MEMORY_ALLOCATION_FUNCS()

array_type_data_t::DEFINE_MEMORY_ALLOCATION_FUNCS ( ) &
inline

set this = r and r = this

Member Data Documentation

◆ elem_type

tinfo_t array_type_data_t::elem_type

element type

◆ base

uint32 array_type_data_t::base

array base

◆ nelems

uint32 array_type_data_t::nelems

number of elements


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