cif_t Struct Reference

If statement. More...

Inheritance diagram for cif_t:
ceinsn_t

List of all members.

Public Member Functions

 cif_t (const cif_t &r)
cif_toperator= (const cif_t &r)
cif_tassign (const cif_t &r)
 DECLARE_COMPARISONS (cif_t)
void cleanup (void)

Public Attributes

cinsn_tithen
 Then-branch of the if-statement.
cinsn_tielse
 Else-branch of the if-statement. May be NULL.

Detailed Description

If statement.

Examples:

hexrays_sample3.cpp.

Definition at line 1859 of file hexrays.hpp.