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

Reference to a local variable. More...

#include <hexrays.hpp>

Public Member Functions

lvar_tgetv () const
 
 DECLARE_COMPARISONS (var_ref_t)
 

Public Attributes

mba_tmba
 pointer to the underlying micro array More...
 
int idx
 index into lvars_t More...
 

Detailed Description

Reference to a local variable.

Definition at line 5771 of file hexrays.hpp.

Member Function Documentation

◆ getv()

lvar_t & var_ref_t::getv ( ) const

Definition at line 5775 of file hexrays.hpp.

Member Data Documentation

◆ idx

int var_ref_t::idx

index into lvars_t

Definition at line 5774 of file hexrays.hpp.

◆ mba

mba_t* var_ref_t::mba

pointer to the underlying micro array

Definition at line 5773 of file hexrays.hpp.