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