If statement.
More...
#include <hexrays.hpp>
|
cinsn_t * | ithen = nullptr |
| Then-branch of the if-statement.
|
cinsn_t * | ielse = nullptr |
| Else-branch of the if-statement. May be nullptr.
|
cexpr_t | expr |
| Expression of the statement.
|
◆ cif_t() [1/2]
◆ cif_t() [2/2]
cif_t::cif_t |
( |
const cif_t & | r | ) |
|
|
inline |
◆ ~cif_t()
◆ operator=()
◆ assign()
◆ DECLARE_COMPARISONS()
cif_t::DECLARE_COMPARISONS |
( |
cif_t | | ) |
|
◆ cleanup()
◆ ithen
Then-branch of the if-statement.
◆ ielse
Else-branch of the if-statement. May be nullptr.
The documentation for this struct was generated from the following file: