Proxy of C++ qvector< carg_t > class.
|
| __init__ (self, *args) |
| init(self) -> qvector_carg_t init(self, x) -> qvector_carg_t
|
|
"carg_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
|
|
"carg_t const &" | at (self, "size_t" _idx) |
| at(self, _idx) -> carg_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=carg_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_carg_t" r) |
| swap(self, r)
|
|
"carg_t *" | extract (self) |
| extract(self) -> carg_t
|
|
"void" | inject (self, "carg_t" s, "size_t" len) |
| inject(self, s, len)
|
|
"bool" | __eq__ (self, "qvector_carg_t" r) |
| eq(self, r) -> bool
|
|
"bool" | __ne__ (self, "qvector_carg_t" r) |
| ne(self, r) -> bool
|
|
"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, "carg_t" it, "carg_t" x) |
| 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, "carg_t" x) |
| has(self, x) -> bool
|
|
"bool" | add_unique (self, "carg_t" x) |
| add_unique(self, x) -> bool
|
|
"size_t" | __len__ (self) |
| len(self) -> size_t
|
|
"carg_t const &" | __getitem__ (self, "size_t" i) |
| getitem(self, i) -> carg_t
|
|
"void" | __setitem__ (self, "size_t" i, "carg_t" v) |
| setitem(self, i, v)
|
|
"void" | append (self, "carg_t" x) |
| append(self, x)
|
|
"void" | extend (self, "qvector_carg_t" x) |
| extend(self, x)
|
|
|
"bool" | _del (self, "carg_t" x) |
| _del(self, x) -> bool
|
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
x | qvector< carg_t > const & |
Reimplemented in carglist_t.
◆ __eq__()
"bool" __eq__ |
( |
| self, |
|
|
"qvector_carg_t" | r ) |
- Parameters
-
r | qvector< carg_t > const & |
Reimplemented in carglist_t.
◆ __getitem__()
"carg_t const &" __getitem__ |
( |
| self, |
|
|
"size_t" | i ) |
◆ __len__()
◆ __ne__()
"bool" __ne__ |
( |
| self, |
|
|
"qvector_carg_t" | r ) |
- Parameters
-
r | qvector< carg_t > const & |
Reimplemented in carglist_t.
◆ __setitem__()
"void" __setitem__ |
( |
| self, |
|
|
"size_t" | i, |
|
|
"carg_t" | v ) |
◆ _del()
"bool" _del |
( |
| self, |
|
|
"carg_t" | x ) |
|
protected |
◆ add_unique()
"bool" add_unique |
( |
| self, |
|
|
"carg_t" | x ) |
◆ append()
"void" append |
( |
| self, |
|
|
"carg_t" | x ) |
◆ at()
"carg_t const &" at |
( |
| self, |
|
|
"size_t" | _idx ) |
◆ begin()
"qvector< carg_t >.const_iterator" begin |
( |
| self, |
|
|
* | args ) |
◆ capacity()
"size_t" capacity |
( |
| self | ) |
|
◆ clear()
◆ empty()
◆ end()
"qvector< carg_t >.const_iterator" end |
( |
| self, |
|
|
* | args ) |
◆ erase()
"qvector< carg_t >.iterator" erase |
( |
| self, |
|
|
* | args ) |
- Parameters
-
it | qvector< carg_t >::iterator |
erase(self, first, last) -> carg_t
- Parameters
-
first | qvector< carg_t >::iterator |
last | qvector< carg_t >::iterator |
◆ extend()
"void" extend |
( |
| self, |
|
|
"qvector_carg_t" | x ) |
- Parameters
-
x | qvector< carg_t > const & |
◆ extract()
"carg_t *" extract |
( |
| self | ) |
|
◆ find()
"qvector< carg_t >.const_iterator" find |
( |
| self, |
|
|
* | args ) |
◆ grow()
"void" grow |
( |
| self, |
|
|
* | args ) |
◆ has()
"bool" has |
( |
| self, |
|
|
"carg_t" | x ) |
◆ inject()
"void" inject |
( |
| self, |
|
|
"carg_t" | s, |
|
|
"size_t" | len ) |
◆ insert()
"qvector< carg_t >.iterator" insert |
( |
| self, |
|
|
"carg_t" | it, |
|
|
"carg_t" | x ) |
- Parameters
-
it | qvector< carg_t >::iterator |
x | carg_t const & |
◆ pop_back()
◆ push_back()
"carg_t &" push_back |
( |
| self, |
|
|
* | args ) |
- Parameters
-
push_back(self) -> carg_t
◆ qclear()
◆ reserve()
"void" reserve |
( |
| self, |
|
|
"size_t" | cnt ) |
◆ resize()
"void" resize |
( |
| self, |
|
|
* | args ) |
- Parameters
-
_newsize | size_t |
x | carg_t const & |
resize(self, _newsize)
- Parameters
-
◆ size()
◆ swap()
"void" swap |
( |
| self, |
|
|
"qvector_carg_t" | r ) |
◆ truncate()
◆ back
◆ front
◆ 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: