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

Information about C operator. More...

Public Attributes

const char * text
 Text representation.
 
uchar precedence
 Operator precedence (lower: more priority)
 
uchar valency
 Number of operator arguments.
 
uchar fixtype
 C operator writing styles
 
uchar flags
 C operator attributes
 

Detailed Description

Information about C operator.

Definition at line 5308 of file hexrays.hpp.