Module idaapi :: Class areacb_t
[frames] | no frames]

Class areacb_t

object --+
         |
        areacb_t

Proxy of C++ areacb_t class

Instance Methods
 
__del__(self)
areacb_t
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
bool
create(self, file, name, _infosize)
bool
create_area(self, info)
bool
del_area(self, ea, delcmt= True)
 
del_area_cmt(self, a, repeatable)
area_t
first_area_ptr(self)
int
for_all_areas2(self, ea1, ea2, av)
area_t
get_area(self, ea)
char
get_area_cmt(self, a, repeatable)
int
get_area_num(self, ea)
uint
get_area_qty(self)
int
get_next_area(self, ea)
int
get_prev_area(self, ea)
area_t
getn_area(self, n)
 
kill(self)
area_t
last_area_ptr(self)
bool
link(self, file, name, _infosize)
 
make_hole(self, ea1, ea2, create_tail_area)
bool
may_end_at(self, n, newend)
bool
may_start_at(self, n, newstart)
area_t
next_area_ptr(self, ea)
ea_t
prepare_to_create(self, start, end)
area_t
prev_area_ptr(self, ea)
bool
resize_areas(self, n, newstart)
 
save(self)
bool
set_area_cmt(self, a, cmt, repeatable)
bool
set_end(self, n, newend)
bool
set_start(self, n, newstart)
 
terminate(self)
bool
update(self, info)
 
zero(self)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns: areacb_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

[an error occurred while processing this directive]