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