Proxy of C++ rangeset_t class.
|
bool
|
|
|
|
|
|
rangeset_t
|
__init__(self)
__init__(self, range) -> rangeset_t __init__(self, ivs) ->
rangeset_t |
|
|
|
|
__iter__(self)
Helper function, to be set as __iter__ method for qvector-, or
array-based classes. |
|
|
|
size_t
|
|
|
bool
|
|
|
|
|
|
|
|
|
bool
|
add(self,
range)
add(self, start, _end) -> bool add(self, aset) -> bool |
|
|
|
range_t
|
begin(self)
begin(self) -> range_t |
|
|
|
range_t
|
|
|
|
|
|
bool
|
contains(self,
ea)
contains(self, aset) -> bool |
|
|
|
bool
|
|
|
range_t
|
end(self)
end(self) -> range_t |
|
|
|
range_t
|
|
|
range_t
|
|
|
bool
|
has_common(self,
range)
has_common(self, aset) -> bool |
|
|
|
bool
|
|
|
bool
|
|
|
bool
|
|
|
bool
|
|
|
range_t
|
|
|
ea_t
|
|
|
ea_t
|
|
|
size_t
|
|
|
ea_t
|
|
|
ea_t
|
|
|
bool
|
sub(self,
range)
sub(self, ea) -> bool sub(self, aset) -> bool |
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|