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

Proxy of C++ lochist_t class.

Inheritance diagram for lochist_t:

Public Member Functions

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

Member Function Documentation

◆ back()

"bool" back ( self,
"uint32" cnt,
"bool" try_to_unhide )
Parameters
cntuint32
try_to_unhidebool

◆ clear()

"void" clear ( self)

◆ current_index()

"uint32" current_index ( self)

◆ fwd()

"bool" fwd ( self,
"uint32" cnt,
"bool" try_to_unhide )
Parameters
cntuint32
try_to_unhidebool

◆ get()

"bool" get ( self,
"lochist_entry_t" out,
"uint32" index )
Parameters
outlochist_entry_t *
indexuint32

◆ get_current()

"lochist_entry_t const &" get_current ( self)

◆ get_place_id()

"int" get_place_id ( self)

◆ get_template_place()

"place_t const *" get_template_place ( self)

◆ init()

"bool" init ( self,
"char const *" stream_name,
"place_t" _defpos,
"void *" _ud,
"uint32" _flags )
Parameters
stream_namechar const *
_defposplace_t const *
_udvoid *
_flagsuint32

◆ is_history_enabled()

"bool" is_history_enabled ( self)

◆ jump()

"void" jump ( self,
"bool" try_to_unhide,
"lochist_entry_t" e )
Parameters
try_to_unhidebool
elochist_entry_t const &

◆ netcode()

"nodeidx_t" netcode ( self)

◆ save()

"void" save ( self)

◆ seek()

"bool" seek ( self,
"uint32" index,
"bool" try_to_unhide )
Parameters
indexuint32
try_to_unhidebool

◆ set()

"void" set ( self,
"uint32" index,
"lochist_entry_t" e )
Parameters
indexuint32
elochist_entry_t const &

◆ set_current()

"void" set_current ( self,
"lochist_entry_t" e )
Parameters
elochist_entry_t const &

◆ size()

"uint32" size ( self)

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: