Base class for loop statements. More...
Public Member Functions | |
| cloop_t (cinsn_t *b) | |
| cloop_t (const cloop_t &r) | |
| cloop_t & | operator= (const cloop_t &r) |
| cloop_t & | assign (const cloop_t &r) |
| void | cleanup (void) |
Public Attributes | |
| cinsn_t * | body |
Base class for loop statements.
Definition at line 1873 of file hexrays.hpp.