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

Proxy of C++ lochist_entry_t class.

Inheritance diagram for lochist_entry_t:

Public Member Functions

 __init__ (self, *args)
 init(self) -> lochist_entry_t init(self, p, r) -> lochist_entry_t
 
"renderer_info_t &" renderer_info (self, *args)
 renderer_info(self) -> renderer_info_t
 
"place_t *" place (self, *args)
 place(self) -> place_t
 
"void" set_place (self, "place_t" p)
 set_place(self, p)
 
"bool" is_valid (self)
 is_valid(self) -> bool
 
"void" acquire_place (self, "place_t" in_p)
 acquire_place(self, in_p)
 

Static Public Attributes

str rinfo = property(_ida_moves.lochist_entry_t_rinfo_get, _ida_moves.lochist_entry_t_rinfo_set, doc=)
 
str plce = property(_ida_moves.lochist_entry_t_plce_get, _ida_moves.lochist_entry_t_plce_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
pplace_t const *
rrenderer_info_t const &

init(self, other) -> lochist_entry_t

Parameters
otherlochist_entry_t const &

Member Function Documentation

◆ acquire_place()

"void" acquire_place ( self,
"place_t" in_p )
Parameters
in_pplace_t *

◆ is_valid()

"bool" is_valid ( self)

◆ place()

"place_t *" place ( self,
* args )

◆ renderer_info()

"renderer_info_t &" renderer_info ( self,
* args )

◆ set_place()

"void" set_place ( self,
"place_t" p )
Parameters
pplace_t const *

Member Data Documentation

◆ plce

str plce = property(_ida_moves.lochist_entry_t_plce_get, _ida_moves.lochist_entry_t_plce_set, doc=)
static

◆ rinfo

str rinfo = property(_ida_moves.lochist_entry_t_rinfo_get, _ida_moves.lochist_entry_t_rinfo_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: