|
IDA C++ SDK 9.2
|
Ranges to decompile. Either a function or an explicit vector of ranges. More...
#include <hexrays.hpp>
Public Member Functions | |
| mba_ranges_t (func_t *_pfn=nullptr) | |
| mba_ranges_t (const rangevec_t &r) | |
| ea_t | start () const |
| bool | empty () const |
| void | clear () |
| bool | is_snippet () const |
| bool hexapi | range_contains (ea_t ea) const |
| bool | is_fragmented () const |
Public Attributes | |
| 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.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| func_t* mba_ranges_t::pfn = nullptr |
function to decompile. if not null, then function mode.
| rangevec_t mba_ranges_t::ranges |
snippet mode: ranges to decompile.
function mode: list of outlined ranges