If statement. More...
Public Member Functions | |
| cif_t (const cif_t &r) | |
| cif_t & | operator= (const cif_t &r) |
| cif_t & | assign (const cif_t &r) |
| DECLARE_COMPARISONS (cif_t) | |
| void | cleanup (void) |
Public Attributes | |
| cinsn_t * | ithen |
| Then-branch of the if-statement. | |
| cinsn_t * | ielse |
| Else-branch of the if-statement. May be NULL. | |
If statement.
Definition at line 1859 of file hexrays.hpp.