range_item_iterator_t Struct Reference
Item iterator of arbitrary rangevec items. More...
#include <hexrays.hpp>
Public Member Functions | |
bool | set (const rangevec_t &r) |
bool | next_code (void) |
ea_t | current (void) const |
Public Attributes | |
const rangevec_t * | ranges = nullptr |
const range_t * | rptr = nullptr |
ea_t | cur = BADADDR |
Detailed Description
Item iterator of arbitrary rangevec items.
Definition at line 4379 of file hexrays.hpp.
Member Function Documentation
◆ current()
ea_t range_item_iterator_t::current | ( | void | ) | const |
Definition at line 4386 of file hexrays.hpp.
Member Data Documentation
◆ cur
ea_t range_item_iterator_t::cur = BADADDR |
Definition at line 4383 of file hexrays.hpp.
◆ ranges
const rangevec_t* range_item_iterator_t::ranges = nullptr |
Definition at line 4381 of file hexrays.hpp.
◆ rptr
const range_t* range_item_iterator_t::rptr = nullptr |
Definition at line 4382 of file hexrays.hpp.