|
| __init__ (self, *args) |
| init(self) -> chain_t init(self, t, off, w=1, v=-1) -> chain_t
|
|
"void" | set_value (self, *args) |
| set_value(self, r)
|
|
"voff_t const &" | key (self, *args) |
| key(self) -> voff_t
|
|
"bool" | is_inited (self, *args) |
| is_inited(self) -> bool
|
|
"bool" | is_reg (self, *args) |
| is_reg(self) -> bool
|
|
"bool" | is_stkoff (self, *args) |
| is_stkoff(self) -> bool
|
|
"bool" | is_replaced (self, *args) |
| is_replaced(self) -> bool
|
|
"bool" | is_overlapped (self, *args) |
| is_overlapped(self) -> bool
|
|
"bool" | is_fake (self, *args) |
| is_fake(self) -> bool
|
|
"bool" | is_passreg (self, *args) |
| is_passreg(self) -> bool
|
|
"bool" | is_term (self, *args) |
| is_term(self) -> bool
|
|
"void" | set_inited (self, *args) |
| set_inited(self, b)
|
|
"void" | set_replaced (self, *args) |
| set_replaced(self, b)
|
|
"void" | set_overlapped (self, *args) |
| set_overlapped(self, b)
|
|
"void" | set_term (self, *args) |
| set_term(self, b)
|
|
"mreg_t" | get_reg (self, *args) |
| get_reg(self) -> mreg_t
|
|
"sval_t" | get_stkoff (self, *args) |
| get_stkoff(self) -> sval_t
|
|
"bool" | overlap (self, *args) |
| overlap(self, r) -> bool
|
|
"bool" | includes (self, *args) |
| includes(self, r) -> bool
|
|
"voff_t const" | endoff (self, *args) |
| endoff(self) -> voff_t
|
|
"bool" | __lt__ (self, *args) |
| lt(self, r) -> bool
|
|
"char const *" | dstr (self, *args) |
| dstr(self) -> char const *
|
|
"void" | append_list (self, *args) |
| append_list(self, mba, list) Append the contents of the chain to the specified list of locations.
|
|
"void" | clear_varnum (self, *args) |
| clear_varnum(self)
|
|
"int &" | push_back (self, *args) |
| push_back(self, x)
|
|
"void" | pop_back (self, *args) |
| pop_back(self)
|
|
"size_t" | size (self, *args) |
| size(self) -> size_t
|
|
"bool" | empty (self, *args) |
| empty(self) -> bool
|
|
"int const &" | at (self, *args) |
| at(self, _idx) -> int const &
|
|
"void" | qclear (self, *args) |
| qclear(self)
|
|
"void" | clear (self, *args) |
| clear(self)
|
|
"void" | resize (self, *args) |
| resize(self, _newsize, x)
|
|
"size_t" | capacity (self, *args) |
| capacity(self) -> size_t
|
|
"void" | reserve (self, *args) |
| reserve(self, cnt)
|
|
"void" | truncate (self, *args) |
| truncate(self)
|
|
"void" | swap (self, *args) |
| swap(self, r)
|
|
"int *" | extract (self, *args) |
| extract(self) -> int *
|
|
"void" | inject (self, *args) |
| inject(self, s, len)
|
|
"bool" | __eq__ (self, *args) |
| eq(self, r) -> bool
|
|
"bool" | __ne__ (self, *args) |
| ne(self, r) -> bool
|
|
"qvector< int >::const_iterator" | begin (self, *args) |
| begin(self) -> qvector< int >::iterator begin(self) -> qvector< int >::const_iterator
|
|
"qvector< int >::const_iterator" | end (self, *args) |
| end(self) -> qvector< int >::iterator end(self) -> qvector< int >::const_iterator
|
|
"qvector< int >::iterator" | insert (self, *args) |
| insert(self, it, x) -> qvector< int >::iterator
|
|
"qvector< int >::iterator" | erase (self, *args) |
| erase(self, it) -> qvector< int >::iterator
|
|
"qvector< int >::const_iterator" | find (self, *args) |
| find(self, x) -> qvector< int >::iterator
|
|
"bool" | has (self, *args) |
| has(self, x) -> bool
|
|
"bool" | add_unique (self, *args) |
| add_unique(self, x) -> bool
|
|
"size_t" | __len__ (self, *args) |
| len(self) -> size_t
|
|
"int const &" | __getitem__ (self, *args) |
| getitem(self, i) -> int const &
|
|
"void" | __setitem__ (self, *args) |
| setitem(self, i, v)
|
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| width = property(_ida_hexrays.chain_t_width_get, _ida_hexrays.chain_t_width_set, doc=) |
|
| varnum = property(_ida_hexrays.chain_t_varnum_get, _ida_hexrays.chain_t_varnum_set, doc=) |
|
| flags = property(_ida_hexrays.chain_t_flags_get, _ida_hexrays.chain_t_flags_set, doc=) |
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|