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