|
IDAPython 8.4
|
Proxy of C++ qstack< history_item_t > class.
Public Member Functions | |
| "history_item_t" | pop (self, *args) |
| pop(self) -> history_item_t | |
| "history_item_t &" | top (self, *args) |
| top(self) -> history_item_t | |
| "void" | push (self, *args) |
| push(self, v) | |
| __init__ (self, *args) | |
| init(self) -> history_t | |
Public Member Functions inherited from qvector_history_t | |
| "history_item_t &" | 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 | |
| "history_item_t const &" | at (self, *args) |
| at(self, _idx) -> history_item_t | |
| "void" | qclear (self, *args) |
| qclear(self) | |
| "void" | clear (self, *args) |
| clear(self) | |
| "void" | resize (self, *args) |
| resize(self, _newsize, x) | |
| "void" | grow (self, *args) |
| grow(self, x=history_item_t()) | |
| "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) | |
| "history_item_t *" | extract (self, *args) |
| extract(self) -> history_item_t | |
| "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< history_item_t >::const_iterator" | begin (self, *args) |
| begin(self) -> history_item_t | |
| "qvector< history_item_t >::const_iterator" | end (self, *args) |
| end(self) -> history_item_t | |
| "qvector< history_item_t >::iterator" | insert (self, *args) |
| insert(self, it, x) -> history_item_t | |
| "qvector< history_item_t >::iterator" | erase (self, *args) |
| erase(self, it) -> history_item_t | |
| "qvector< history_item_t >::const_iterator" | find (self, *args) |
| find(self, x) -> history_item_t | |
| "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 | |
| "history_item_t const &" | __getitem__ (self, *args) |
| getitem(self, i) -> history_item_t | |
| "void" | __setitem__ (self, *args) |
| setitem(self, i, v) | |
Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Properties inherited from qvector_history_t | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Additional Inherited Members | |
Static Public Attributes inherited from qvector_history_t | |
| front = ida_idaapi._qvector_front | |
| back = ida_idaapi._qvector_back | |
Protected Member Functions inherited from qvector_history_t | |
| "bool" | _del (self, *args) |
| _del(self, x) -> bool | |
| __init__ | ( | self, | |
| * | args ) |
Reimplemented from qvector_history_t.
| "history_item_t" pop | ( | self, | |
| * | args ) |
| "void" push | ( | self, | |
| * | args ) |
| v | history_item_t const & |
| "history_item_t &" top | ( | self, | |
| * | args ) |
|
static |