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

Select UDT for the operands using "Select offsets" widget. More...

#include <hexrays.hpp>

Public Member Functions

bool operator== (const ui_stroff_op_t &r) const
 
bool operator!= (const ui_stroff_op_t &r) const
 

Public Attributes

qstring text
 any text for the column "Operand" of widget More...
 
uval_t offset
 operand offset, will be used when calculating the UDT path More...
 

Detailed Description

Select UDT for the operands using "Select offsets" widget.

Operand represention

Examples
hexrays_sample17.cpp.

Definition at line 7928 of file hexrays.hpp.

Member Function Documentation

◆ operator!=()

bool ui_stroff_op_t::operator!= ( const ui_stroff_op_t r) const

Definition at line 7936 of file hexrays.hpp.

◆ operator==()

bool ui_stroff_op_t::operator== ( const ui_stroff_op_t r) const

Definition at line 7932 of file hexrays.hpp.

Member Data Documentation

◆ offset

uval_t ui_stroff_op_t::offset

operand offset, will be used when calculating the UDT path

Examples
hexrays_sample17.cpp.

Definition at line 7931 of file hexrays.hpp.

◆ text

qstring ui_stroff_op_t::text

any text for the column "Operand" of widget

Examples
hexrays_sample17.cpp.

Definition at line 7930 of file hexrays.hpp.