Proxy of C++ qvector< block_chains_t > class.
|
| | __init__ (self, *args) |
| | init(self) -> block_chains_vec_t init(self, x) -> block_chains_vec_t
|
| |
| "block_chains_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
|
| |
| "block_chains_t const &" | at (self, *args) |
| | at(self, _idx) -> block_chains_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=block_chains_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)
|
| |
| "block_chains_t *" | extract (self, *args) |
| | extract(self) -> block_chains_t
|
| |
| "void" | inject (self, *args) |
| | inject(self, s, len)
|
| |
| "qvector< block_chains_t >::const_iterator" | begin (self, *args) |
| | begin(self) -> block_chains_t
|
| |
| "qvector< block_chains_t >::const_iterator" | end (self, *args) |
| | end(self) -> block_chains_t
|
| |
| "qvector< block_chains_t >::iterator" | insert (self, *args) |
| | insert(self, it, x) -> block_chains_t
|
| |
| "qvector< block_chains_t >::iterator" | erase (self, *args) |
| | erase(self, it) -> block_chains_t
|
| |
| "size_t" | __len__ (self, *args) |
| | len(self) -> size_t
|
| |
| "block_chains_t const &" | __getitem__ (self, *args) |
| | getitem(self, i) -> block_chains_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") |
| |
◆ __init__()
| __init__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| x | qvector< block_chains_t > const & |
Reimplemented in graph_chains_t.
◆ __getitem__()
| "block_chains_t const &" __getitem__ |
( |
| self, |
|
|
* | args ) |
◆ __len__()
| "size_t" __len__ |
( |
| self, |
|
|
* | args ) |
◆ __setitem__()
| "void" __setitem__ |
( |
| self, |
|
|
* | args ) |
◆ at()
| "block_chains_t const &" at |
( |
| self, |
|
|
* | args ) |
◆ begin()
◆ capacity()
| "size_t" capacity |
( |
| self, |
|
|
* | args ) |
◆ clear()
| "void" clear |
( |
| self, |
|
|
* | args ) |
◆ empty()
| "bool" empty |
( |
| self, |
|
|
* | args ) |
◆ end()
◆ erase()
- Parameters
-
| it | qvector< block_chains_t >::iterator |
erase(self, first, last) -> block_chains_t
- Parameters
-
| first | qvector< block_chains_t >::iterator |
| last | qvector< block_chains_t >::iterator |
◆ extract()
| "block_chains_t *" extract |
( |
| self, |
|
|
* | args ) |
◆ grow()
| "void" grow |
( |
| self, |
|
|
* | args ) |
◆ inject()
| "void" inject |
( |
| self, |
|
|
* | args ) |
◆ insert()
◆ pop_back()
| "void" pop_back |
( |
| self, |
|
|
* | args ) |
◆ push_back()
| "block_chains_t &" push_back |
( |
| self, |
|
|
* | args ) |
◆ qclear()
| "void" qclear |
( |
| self, |
|
|
* | args ) |
◆ reserve()
| "void" reserve |
( |
| self, |
|
|
* | args ) |
◆ resize()
| "void" resize |
( |
| self, |
|
|
* | args ) |
- Parameters
-
resize(self, _newsize)
- Parameters
-
◆ size()
| "size_t" size |
( |
| self, |
|
|
* | args ) |
◆ swap()
| "void" swap |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| r | qvector< block_chains_t > & |
Reimplemented in graph_chains_t.
◆ truncate()
| "void" truncate |
( |
| self, |
|
|
* | args ) |
◆ 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: