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
mba_range_iterator_t Struct Reference

Chunk iterator for mba_ranges_t. More...

#include <hexrays.hpp>

Public Member Functions

bool is_snippet () const
 
bool set (const mba_ranges_t &mbr)
 
bool next ()
 
const range_t & chunk () const
 

Public Attributes

range_chunk_iterator_t rii
 
func_tail_iterator_t fii
 

Detailed Description

Chunk iterator for mba_ranges_t.

Definition at line 4442 of file hexrays.hpp.

Member Function Documentation

◆ chunk()

const range_t & mba_range_iterator_t::chunk ( ) const

Definition at line 4461 of file hexrays.hpp.

◆ is_snippet()

bool mba_range_iterator_t::is_snippet ( ) const

Definition at line 4446 of file hexrays.hpp.

◆ next()

bool mba_range_iterator_t::next ( )

Definition at line 4454 of file hexrays.hpp.

◆ set()

bool mba_range_iterator_t::set ( const mba_ranges_t mbr)

Definition at line 4447 of file hexrays.hpp.

Member Data Documentation

◆ fii

func_tail_iterator_t mba_range_iterator_t::fii

Definition at line 4445 of file hexrays.hpp.

◆ rii

range_chunk_iterator_t mba_range_iterator_t::rii

Definition at line 4444 of file hexrays.hpp.