|
IDA C++ SDK 9.2
|
Base class for loop statements. More...
#include <hexrays.hpp>
Public Member Functions | |
| 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 | |
| cinsn_t * | body = nullptr |
| Public Attributes inherited from ceinsn_t | |
| cexpr_t | expr |
| Expression of the statement. | |
Base class for loop statements.
|
inline |
|
inline |
|
inline |
|
inline |
| cinsn_t* cloop_t::body = nullptr |