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
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 ()
 
ea_t current () 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 4383 of file hexrays.hpp.

Member Function Documentation

◆ current()

ea_t range_item_iterator_t::current ( ) const

Definition at line 4390 of file hexrays.hpp.

Member Data Documentation

◆ cur

ea_t range_item_iterator_t::cur = BADADDR

Definition at line 4387 of file hexrays.hpp.

◆ ranges

const rangevec_t* range_item_iterator_t::ranges = nullptr

Definition at line 4385 of file hexrays.hpp.

◆ rptr

const range_t* range_item_iterator_t::rptr = nullptr

Definition at line 4386 of file hexrays.hpp.