Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon

For-loop. More...

#include <hexrays.hpp>

Inheritance diagram for cfor_t:
cloop_t ceinsn_t

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_toperator= (const cloop_t &r)
 
cloop_tassign (const cloop_t &r)
 
void cleanup ()
 

Public Attributes

cexpr_t init
 Initialization expression. More...
 
cexpr_t step
 Step expression. More...
 
- Public Attributes inherited from cloop_t
cinsn_tbody = nullptr
 
- Public Attributes inherited from ceinsn_t
cexpr_t expr
 Expression of the statement. More...
 

Detailed Description

For-loop.

Definition at line 6421 of file hexrays.hpp.

Member Data Documentation

◆ init

cexpr_t cfor_t::init

Initialization expression.

Definition at line 6423 of file hexrays.hpp.

◆ step

cexpr_t cfor_t::step

Step expression.

Definition at line 6424 of file hexrays.hpp.