IDA C++ SDK 9.2
|
For-loop. More...
#include <hexrays.hpp>
Public Member Functions | |
DECLARE_COMPARISONS (cfor_t) | |
Public Member Functions inherited from cloop_t | |
cloop_t (cinsn_t *b=nullptr) | |
cloop_t (const cloop_t &r) | |
cloop_t & | operator= (const cloop_t &r) |
cloop_t &hexapi | assign (const cloop_t &r) |
~cloop_t () | |
void | cleanup () |
Public Attributes | |
cexpr_t | init |
Initialization expression. | |
cexpr_t | step |
Step expression. | |
Public Attributes inherited from cloop_t | |
cinsn_t * | body = nullptr |
Public Attributes inherited from ceinsn_t | |
cexpr_t | expr |
Expression of the statement. |
For-loop.
cfor_t::DECLARE_COMPARISONS | ( | cfor_t | ) |
cexpr_t cfor_t::init |
Initialization expression.
cexpr_t cfor_t::step |
Step expression.