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

Chunk iterator of arbitrary rangevec items. More...

#include <hexrays.hpp>

Public Member Functions

bool set (const rangevec_t &r)
 
bool next (void)
 
const range_t & chunk (void) const
 

Public Attributes

const range_t * rptr = nullptr
 
const range_t * rend = nullptr
 

Detailed Description

Chunk iterator of arbitrary rangevec items.

Definition at line 4428 of file hexrays.hpp.

Member Function Documentation

◆ chunk()

const range_t & range_chunk_iterator_t::chunk ( void  ) const

Definition at line 4434 of file hexrays.hpp.

◆ next()

bool range_chunk_iterator_t::next ( void  )

Definition at line 4433 of file hexrays.hpp.

◆ set()

bool range_chunk_iterator_t::set ( const rangevec_t &  r)

Definition at line 4432 of file hexrays.hpp.

Member Data Documentation

◆ rend

const range_t* range_chunk_iterator_t::rend = nullptr

Definition at line 4431 of file hexrays.hpp.

◆ rptr

const range_t* range_chunk_iterator_t::rptr = nullptr

Definition at line 4430 of file hexrays.hpp.