operator_info_t Struct Reference

Information about C operator. More...

List of all members.

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 1162 of file hexrays.hpp.