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_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 ()
 
const range_t & chunk () const
 

Public Attributes

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

Detailed Description

Chunk iterator of arbitrary rangevec items.

Definition at line 4432 of file hexrays.hpp.

Member Function Documentation

◆ chunk()

const range_t & range_chunk_iterator_t::chunk ( ) const

Definition at line 4438 of file hexrays.hpp.

◆ next()

bool range_chunk_iterator_t::next ( )

Definition at line 4437 of file hexrays.hpp.

◆ set()

bool range_chunk_iterator_t::set ( const rangevec_t &  r)

Definition at line 4436 of file hexrays.hpp.

Member Data Documentation

◆ rend

const range_t* range_chunk_iterator_t::rend = nullptr

Definition at line 4435 of file hexrays.hpp.

◆ rptr

const range_t* range_chunk_iterator_t::rptr = nullptr

Definition at line 4434 of file hexrays.hpp.