Proxy of C++ carglist_t class.
|
| | __init__ (self, *args) |
| | init(self) -> carglist_t init(self, ftype, fl=0) -> carglist_t
|
| |
| "bool" | __eq__ (self, *args) |
| | eq(self, r) -> bool
|
| |
| "bool" | __ne__ (self, *args) |
| | ne(self, r) -> bool
|
| |
| "bool" | __lt__ (self, *args) |
| | lt(self, r) -> bool
|
| |
| "bool" | __gt__ (self, *args) |
| | gt(self, r) -> bool
|
| |
| "bool" | __le__ (self, *args) |
| | le(self, r) -> bool
|
| |
| "bool" | __ge__ (self, *args) |
| | ge(self, r) -> bool
|
| |
| "int" | compare (self, *args) |
| | compare(self, r) -> int
|
| |
| "carg_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
|
| |
| "carg_t const &" | at (self, *args) |
| | at(self, _idx) -> carg_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=carg_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)
|
| |
| "carg_t *" | extract (self, *args) |
| | extract(self) -> carg_t
|
| |
| "void" | inject (self, *args) |
| | inject(self, s, len)
|
| |
| "qvector< carg_t >::const_iterator" | begin (self, *args) |
| | begin(self) -> carg_t
|
| |
| "qvector< carg_t >::const_iterator" | end (self, *args) |
| | end(self) -> carg_t
|
| |
| "qvector< carg_t >::iterator" | insert (self, *args) |
| | insert(self, it, x) -> carg_t
|
| |
| "qvector< carg_t >::iterator" | erase (self, *args) |
| | erase(self, it) -> carg_t
|
| |
| "qvector< carg_t >::const_iterator" | find (self, *args) |
| | find(self, x) -> carg_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
|
| |
| "carg_t const &" | __getitem__ (self, *args) |
| | getitem(self, i) -> carg_t
|
| |
| "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") |
| |
| | functype = property(_ida_hexrays.carglist_t_functype_get, _ida_hexrays.carglist_t_functype_set, doc=) |
| |
| | flags = property(_ida_hexrays.carglist_t_flags_get, _ida_hexrays.carglist_t_flags_set, doc=) |
| |
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
◆ __init__()
| __init__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| ftype | tinfo_t const & |
| fl | int |
Reimplemented from qvector_carg_t.
◆ __eq__()
| "bool" __eq__ |
( |
| self, |
|
|
* | args ) |
◆ __ge__()
| "bool" __ge__ |
( |
| self, |
|
|
* | args ) |
◆ __gt__()
| "bool" __gt__ |
( |
| self, |
|
|
* | args ) |
◆ __le__()
| "bool" __le__ |
( |
| self, |
|
|
* | args ) |
◆ __lt__()
| "bool" __lt__ |
( |
| self, |
|
|
* | args ) |
◆ __ne__()
| "bool" __ne__ |
( |
| self, |
|
|
* | args ) |
◆ compare()
| "int" compare |
( |
| self, |
|
|
* | args ) |
◆ flags
| flags = property(_ida_hexrays.carglist_t_flags_get, _ida_hexrays.carglist_t_flags_set, doc=) |
|
static |
◆ functype
| functype = property(_ida_hexrays.carglist_t_functype_get, _ida_hexrays.carglist_t_functype_set, doc=) |
|
static |
◆ thisown
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: