Ranges to decompile.
More...
#include <hexrays.hpp>
|
| func_t * | pfn = nullptr |
| | function to decompile. if not null, then function mode.
|
| rangevec_t | ranges |
| | snippet mode: ranges to decompile.
|
Ranges to decompile.
Either a function or an explicit vector of ranges.
- Deprecated
- Use decomp_ranges_t for safer access.
◆ mba_ranges_t() [1/2]
| mba_ranges_t::mba_ranges_t |
( |
func_t * | _pfn = nullptr | ) |
|
|
inline |
◆ mba_ranges_t() [2/2]
| mba_ranges_t::mba_ranges_t |
( |
const rangevec_t & | r | ) |
|
|
inline |
◆ start()
| ea_t mba_ranges_t::start |
( |
| ) |
const |
|
inline |
◆ empty()
| bool mba_ranges_t::empty |
( |
| ) |
const |
|
inline |
◆ clear()
| void mba_ranges_t::clear |
( |
| ) |
|
|
inline |
◆ is_snippet()
| bool mba_ranges_t::is_snippet |
( |
| ) |
const |
|
inline |
◆ range_contains()
| bool mba_ranges_t::range_contains |
( |
ea_t | ea | ) |
const |
|
inline |
◆ is_fragmented()
| bool mba_ranges_t::is_fragmented |
( |
| ) |
const |
|
inline |
◆ pfn
| func_t* mba_ranges_t::pfn = nullptr |
function to decompile. if not null, then function mode.
◆ ranges
snippet mode: ranges to decompile.
function mode: list of outlined ranges
The documentation for this struct was generated from the following file: