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

Warning instances. More...

#include <hexrays.hpp>

Public Member Functions

 DECLARE_COMPARISONS (hexwarn_t)
 

Public Attributes

ea_t ea
 Address where the warning occurred. More...
 
warnid_t id
 Warning id. More...
 
qstring text
 Fully formatted text of the warning. More...
 

Detailed Description

Warning instances.

Definition at line 4311 of file hexrays.hpp.

Member Function Documentation

◆ DECLARE_COMPARISONS()

hexwarn_t::DECLARE_COMPARISONS ( hexwarn_t  )

Definition at line 4316 of file hexrays.hpp.

Member Data Documentation

◆ ea

ea_t hexwarn_t::ea

Address where the warning occurred.

Definition at line 4313 of file hexrays.hpp.

◆ id

warnid_t hexwarn_t::id

Warning id.

Definition at line 4314 of file hexrays.hpp.

◆ text

qstring hexwarn_t::text

Fully formatted text of the warning.

Definition at line 4315 of file hexrays.hpp.