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

Chunk iterator for mba_ranges_t. More...

#include <hexrays.hpp>

Public Member Functions

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

Public Attributes

range_chunk_iterator_t rii
 
func_tail_iterator_t fii
 

Detailed Description

Chunk iterator for mba_ranges_t.

Definition at line 4438 of file hexrays.hpp.

Member Function Documentation

◆ chunk()

const range_t & mba_range_iterator_t::chunk ( void  ) const

Definition at line 4457 of file hexrays.hpp.

◆ is_snippet()

bool mba_range_iterator_t::is_snippet ( void  ) const

Definition at line 4442 of file hexrays.hpp.

◆ next()

bool mba_range_iterator_t::next ( void  )

Definition at line 4450 of file hexrays.hpp.

◆ set()

bool mba_range_iterator_t::set ( const mba_ranges_t mbr)

Definition at line 4443 of file hexrays.hpp.

Member Data Documentation

◆ fii

func_tail_iterator_t mba_range_iterator_t::fii

Definition at line 4441 of file hexrays.hpp.

◆ rii

range_chunk_iterator_t mba_range_iterator_t::rii

Definition at line 4440 of file hexrays.hpp.