IDAPython 9.0
Loading...
Searching...
No Matches
mba_ranges_t Class Reference

Proxy of C++ mba_ranges_t class.

Inheritance diagram for mba_ranges_t:

Public Member Functions

 __init__ (self, *args)
 init(self, _pfn=None) -> mba_ranges_t
 
"ea_t" start (self)
 start(self) -> ea_t
 
"bool" empty (self)
 empty(self) -> bool
 
"void" clear (self)
 clear(self)
 
"bool" is_snippet (self)
 is_snippet(self) -> bool
 
"bool" is_fragmented (self)
 is_fragmented(self) -> bool
 

Static Public Attributes

str pfn = property(_ida_hexrays.mba_ranges_t_pfn_get, _ida_hexrays.mba_ranges_t_pfn_set, doc=)
 
str ranges = property(_ida_hexrays.mba_ranges_t_ranges_get, _ida_hexrays.mba_ranges_t_ranges_set, doc=)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
_pfnfunc_t *

init(self, r) -> mba_ranges_t

Parameters
rrangevec_t const &

Member Function Documentation

◆ clear()

"void" clear ( self)

◆ empty()

"bool" empty ( self)

◆ is_fragmented()

"bool" is_fragmented ( self)

◆ is_snippet()

"bool" is_snippet ( self)

◆ start()

"ea_t" start ( self)

Member Data Documentation

◆ pfn

str pfn = property(_ida_hexrays.mba_ranges_t_pfn_get, _ida_hexrays.mba_ranges_t_pfn_set, doc=)
static

◆ ranges

str ranges = property(_ida_hexrays.mba_ranges_t_ranges_get, _ida_hexrays.mba_ranges_t_ranges_set, doc=)
static

Property Documentation

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

The documentation for this class was generated from the following file: