IDAPython 9.0
Loading...
Searching...
No Matches
simpleline_place_t Class Reference
Inheritance diagram for simpleline_place_t:
place_t

Public Member Functions

 __init__ (self, *args, **kwargs)
 
- Public Member Functions inherited from place_t
int touval (self, 'void *' ud)
 
'place_t *' clone (self)
 
None copyfrom (self, 'place_t' _from)
 
'place_t *' makeplace (self, 'void *' ud, int x, int lnnum)
 
int compare (self, 'place_t' t2)
 
None adjust (self, 'void *' ud)
 
bool prev (self, 'void *' ud)
 
bool next (self, 'void *' ud)
 
bool beginning (self, 'void *' ud)
 
bool ending (self, 'void *' ud)
 
None serialize (self)
 
int id (self)
 
str name (self)
 
ida_idaapi.ea_t toea (self)
 
bool rebase (self, 'segm_move_infos_t const &' arg2)
 
'place_t *' enter (self, 'uint32 *' arg2)
 
None leave (self, int arg2)
 
int compare2 (self, 'place_t' t2, 'void *' arg3)
 
bool deserialize (self, 'bytevec_t const &' _in)
 
Tuple[List[str], int, int, int] generate (self, ud, int maxsize)
 

Static Public Attributes

str n
 
- Static Public Attributes inherited from place_t
str lnnum
 

Properties

 thisown
 
- Properties inherited from place_t
 thisown
 

Additional Inherited Members

- Static Public Member Functions inherited from place_t
'idaplace_t *' as_idaplace_t ('place_t' p)
 
'simpleline_place_t *' as_simpleline_place_t ('place_t' p)
 
'tiplace_t *' as_tiplace_t ('place_t' p)
 
- Protected Member Functions inherited from place_t
None _print (self, 'void *' ud)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args,
** kwargs )

Reimplemented from place_t.

Member Data Documentation

◆ n

str n
static
Initial value:
= property(_ida_kernwin.simpleline_place_t_n_get,
_ida_kernwin.simpleline_place_t_n_set)

Property Documentation

◆ thisown

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

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