IDAPython 8.4
Loading...
Searching...
No Matches
lochist_t Class Reference

Proxy of C++ lochist_t class.

Inheritance diagram for lochist_t:

Public Member Functions

 __init__ (self, *args)
 init(self) -> lochist_t
 
"bool" is_history_enabled (self, *args)
 is_history_enabled(self) -> bool
 
"int" get_place_id (self, *args)
 get_place_id(self) -> int
 
"bool" init (self, *args)
 init(self, stream_name, _defpos, _ud, _flags) -> bool
 
"nodeidx_t" netcode (self, *args)
 netcode(self) -> nodeidx_t
 
"void" jump (self, *args)
 jump(self, try_to_unhide, e)
 
"uint32" current_index (self, *args)
 current_index(self) -> uint32
 
"bool" seek (self, *args)
 seek(self, index, try_to_unhide) -> bool
 
"bool" fwd (self, *args)
 fwd(self, cnt, try_to_unhide) -> bool
 
"bool" back (self, *args)
 back(self, cnt, try_to_unhide) -> bool
 
"void" save (self, *args)
 save(self)
 
"void" clear (self, *args)
 clear(self)
 
"lochist_entry_t const &" get_current (self, *args)
 get_current(self) -> lochist_entry_t
 
"void" set_current (self, *args)
 set_current(self, e)
 
"void" set (self, *args)
 set(self, index, e)
 
"bool" get (self, *args)
 get(self, out, index) -> bool
 
"uint32" size (self, *args)
 size(self) -> uint32
 
"place_t const *" get_template_place (self, *args)
 get_template_place(self) -> place_t
 

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 )

Member Function Documentation

◆ back()

"bool" back ( self,
* args )
Parameters
cntuint32
try_to_unhidebool

◆ clear()

"void" clear ( self,
* args )

◆ current_index()

"uint32" current_index ( self,
* args )

◆ fwd()

"bool" fwd ( self,
* args )
Parameters
cntuint32
try_to_unhidebool

◆ get()

"bool" get ( self,
* args )
Parameters
outlochist_entry_t *
indexuint32

◆ get_current()

"lochist_entry_t const &" get_current ( self,
* args )

◆ get_place_id()

"int" get_place_id ( self,
* args )

◆ get_template_place()

"place_t const *" get_template_place ( self,
* args )

◆ init()

"bool" init ( self,
* args )
Parameters
stream_namechar const *
_defposplace_t const *
_udvoid *
_flagsuint32

◆ is_history_enabled()

"bool" is_history_enabled ( self,
* args )

◆ jump()

"void" jump ( self,
* args )
Parameters
try_to_unhidebool
elochist_entry_t const &

◆ netcode()

"nodeidx_t" netcode ( self,
* args )

◆ save()

"void" save ( self,
* args )

◆ seek()

"bool" seek ( self,
* args )
Parameters
indexuint32
try_to_unhidebool

◆ set()

"void" set ( self,
* args )
Parameters
indexuint32
elochist_entry_t const &

◆ set_current()

"void" set_current ( self,
* args )
Parameters
elochist_entry_t const &

◆ size()

"uint32" size ( self,
* args )

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: