| IDAPython 9.0
    | 
Proxy of C++ qvector< history_item_t > class.
 
  
| Public Member Functions | |
| __init__ (self, *args) | |
| init(self) -> qvector_history_t init(self, x) -> qvector_history_t | |
| "history_item_t &" | push_back (self, *args) | 
| push_back(self, x) | |
| "void" | pop_back (self) | 
| pop_back(self) | |
| "size_t" | size (self) | 
| size(self) -> size_t | |
| "bool" | empty (self) | 
| empty(self) -> bool | |
| "history_item_t const &" | at (self, "size_t" _idx) | 
| at(self, _idx) -> history_item_t | |
| "void" | qclear (self) | 
| qclear(self) | |
| "void" | clear (self) | 
| clear(self) | |
| "void" | resize (self, *args) | 
| resize(self, _newsize, x) | |
| "void" | grow (self, *args) | 
| grow(self, x=history_item_t()) | |
| "size_t" | capacity (self) | 
| capacity(self) -> size_t | |
| "void" | reserve (self, "size_t" cnt) | 
| reserve(self, cnt) | |
| "void" | truncate (self) | 
| truncate(self) | |
| "void" | swap (self, "qvector_history_t" r) | 
| swap(self, r) | |
| "history_item_t *" | extract (self) | 
| extract(self) -> history_item_t | |
| "void" | inject (self, "history_item_t" s, "size_t" len) | 
| inject(self, s, len) | |
| "bool" | __eq__ (self, "qvector_history_t" r) | 
| eq(self, r) -> bool | |
| "bool" | __ne__ (self, "qvector_history_t" r) | 
| 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, "history_item_t" it, "history_item_t" x) | 
| 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, "history_item_t" x) | 
| has(self, x) -> bool | |
| "bool" | add_unique (self, "history_item_t" x) | 
| add_unique(self, x) -> bool | |
| "size_t" | __len__ (self) | 
| len(self) -> size_t | |
| "history_item_t const &" | __getitem__ (self, "size_t" i) | 
| getitem(self, i) -> history_item_t | |
| "void" | __setitem__ (self, "size_t" i, "history_item_t" v) | 
| setitem(self, i, v) | |
| "void" | append (self, "history_item_t" x) | 
| append(self, x) | |
| "void" | extend (self, "qvector_history_t" x) | 
| extend(self, x) | |
| Static Public Attributes | |
| front = ida_idaapi._qvector_front | |
| back = ida_idaapi._qvector_back | |
| Protected Member Functions | |
| "bool" | _del (self, "history_item_t" x) | 
| _del(self, x) -> bool | |
| Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
| __init__ | ( | self, | |
| * | args ) | 
| x | qvector< history_item_t > const & | 
Reimplemented in history_t.
| "bool" __eq__ | ( | self, | |
| "qvector_history_t" | r ) | 
| r | qvector< history_item_t > const & | 
| "history_item_t const &" __getitem__ | ( | self, | |
| "size_t" | i ) | 
| i | size_t | 
| "size_t" __len__ | ( | self | ) | 
| "bool" __ne__ | ( | self, | |
| "qvector_history_t" | r ) | 
| r | qvector< history_item_t > const & | 
| "void" __setitem__ | ( | self, | |
| "size_t" | i, | ||
| "history_item_t" | v ) | 
| i | size_t | 
| v | history_item_t const & | 
| 
 | protected | 
x: history_item_t const &
| "bool" add_unique | ( | self, | |
| "history_item_t" | x ) | 
| x | history_item_t const & | 
| "void" append | ( | self, | |
| "history_item_t" | x ) | 
| x | history_item_t const & | 
| "history_item_t const &" at | ( | self, | |
| "size_t" | _idx ) | 
| _idx | size_t | 
| "qvector< history_item_t >.const_iterator" begin | ( | self, | |
| * | args ) | 
| "size_t" capacity | ( | self | ) | 
| "void" clear | ( | self | ) | 
| "bool" empty | ( | self | ) | 
| "qvector< history_item_t >.const_iterator" end | ( | self, | |
| * | args ) | 
| "qvector< history_item_t >.iterator" erase | ( | self, | |
| * | args ) | 
| it | qvector< history_item_t >::iterator | 
erase(self, first, last) -> history_item_t
| first | qvector< history_item_t >::iterator | 
| last | qvector< history_item_t >::iterator | 
| "void" extend | ( | self, | |
| "qvector_history_t" | x ) | 
| x | qvector< history_item_t > const & | 
| "history_item_t *" extract | ( | self | ) | 
| "qvector< history_item_t >.const_iterator" find | ( | self, | |
| * | args ) | 
| x | history_item_t const & | 
| "void" grow | ( | self, | |
| * | args ) | 
| x | history_item_t const & | 
| "bool" has | ( | self, | |
| "history_item_t" | x ) | 
| x | history_item_t const & | 
| "void" inject | ( | self, | |
| "history_item_t" | s, | ||
| "size_t" | len ) | 
| s | history_item_t * | 
| len | size_t | 
| "qvector< history_item_t >.iterator" insert | ( | self, | |
| "history_item_t" | it, | ||
| "history_item_t" | x ) | 
| it | qvector< history_item_t >::iterator | 
| x | history_item_t const & | 
| "void" pop_back | ( | self | ) | 
| "history_item_t &" push_back | ( | self, | |
| * | args ) | 
| x | history_item_t const & | 
push_back(self) -> history_item_t
| "void" qclear | ( | self | ) | 
| "void" reserve | ( | self, | |
| "size_t" | cnt ) | 
| cnt | size_t | 
| "void" resize | ( | self, | |
| * | args ) | 
| "size_t" size | ( | self | ) | 
| "void" swap | ( | self, | |
| "qvector_history_t" | r ) | 
| r | qvector< history_item_t > & | 
| "void" truncate | ( | self | ) | 
| 
 | static | 
| 
 | static | 
| 
 | static |