Proxy of C++ qvector< unsigned long long > class.
|
| | __init__ (self, *args) |
| | init(self) -> uint64vec_t init(self, x) -> uint64vec_t
|
| |
| "unsigned long long &" | 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
|
| |
| "unsigned long long const &" | at (self, *args) |
| | at(self, _idx) -> unsigned long long const &
|
| |
| "void" | qclear (self, *args) |
| | qclear(self)
|
| |
| "void" | clear (self, *args) |
| | clear(self)
|
| |
| "void" | resize (self, *args) |
| | resize(self, _newsize, x)
|
| |
| "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)
|
| |
| "unsigned long long *" | extract (self, *args) |
| | extract(self) -> unsigned long long *
|
| |
| "void" | inject (self, *args) |
| | inject(self, s, len)
|
| |
| "bool" | __eq__ (self, *args) |
| | eq(self, r) -> bool
|
| |
| "bool" | __ne__ (self, *args) |
| | ne(self, r) -> bool
|
| |
| "qvector< unsigned long long >::const_iterator" | begin (self, *args) |
| | begin(self) -> qvector< unsigned long long >::iterator begin(self) -> qvector< unsigned long long >::const_iterator
|
| |
| "qvector< unsigned long long >::const_iterator" | end (self, *args) |
| | end(self) -> qvector< unsigned long long >::iterator end(self) -> qvector< unsigned long long >::const_iterator
|
| |
| "qvector< unsigned long long >::iterator" | insert (self, *args) |
| | insert(self, it, x) -> qvector< unsigned long long >::iterator
|
| |
| "qvector< unsigned long long >::iterator" | erase (self, *args) |
| | erase(self, it) -> qvector< unsigned long long >::iterator
|
| |
| "qvector< unsigned long long >::const_iterator" | find (self, *args) |
| | find(self, x) -> qvector< unsigned long long >::iterator
|
| |
| "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
|
| |
| "unsigned long long const &" | __getitem__ (self, *args) |
| | getitem(self, i) -> unsigned long long const &
|
| |
| "void" | __setitem__ (self, *args) |
| | setitem(self, i, v)
|
| |
|
| "bool" | _del (self, *args) |
| | _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< unsigned long long > const & |
◆ __eq__()
| "bool" __eq__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| r | qvector< unsigned long long > const & |
◆ __getitem__()
| "unsigned long long const &" __getitem__ |
( |
| self, |
|
|
* | args ) |
◆ __len__()
| "size_t" __len__ |
( |
| self, |
|
|
* | args ) |
◆ __ne__()
| "bool" __ne__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| r | qvector< unsigned long long > const & |
◆ __setitem__()
| "void" __setitem__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| i | size_t |
| v | unsigned long long const & |
◆ _del()
| "bool" _del |
( |
| self, |
|
|
* | args ) |
|
protected |
Parameters
x: unsigned long long const &
◆ add_unique()
| "bool" add_unique |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| x | unsigned long long const & |
◆ at()
| "unsigned long long const &" at |
( |
| self, |
|
|
* | args ) |
◆ begin()
| "qvector< unsigned long long >.const_iterator" begin |
( |
| self, |
|
|
* | args ) |
◆ capacity()
| "size_t" capacity |
( |
| self, |
|
|
* | args ) |
◆ clear()
| "void" clear |
( |
| self, |
|
|
* | args ) |
◆ empty()
| "bool" empty |
( |
| self, |
|
|
* | args ) |
◆ end()
| "qvector< unsigned long long >.const_iterator" end |
( |
| self, |
|
|
* | args ) |
◆ erase()
| "qvector< unsigned long long >.iterator" erase |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| it | qvector< unsigned long long >::iterator |
erase(self, first, last) -> qvector< unsigned long long >::iterator
- Parameters
-
| first | qvector< unsigned long long >::iterator |
| last | qvector< unsigned long long >::iterator |
◆ extract()
| "unsigned long long *" extract |
( |
| self, |
|
|
* | args ) |
◆ find()
| "qvector< unsigned long long >.const_iterator" find |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| x | unsigned long long const & |
find(self, x) -> qvector< unsigned long long >::const_iterator
- Parameters
-
| x | unsigned long long const & |
◆ has()
| "bool" has |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| x | unsigned long long const & |
◆ inject()
| "void" inject |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| s | unsigned long long * |
| len | size_t |
◆ insert()
| "qvector< unsigned long long >.iterator" insert |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| it | qvector< unsigned long long >::iterator |
| x | unsigned long long const & |
◆ pop_back()
| "void" pop_back |
( |
| self, |
|
|
* | args ) |
◆ push_back()
| "unsigned long long &" push_back |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| x | unsigned long long const & |
push_back(self) -> unsigned long long &
◆ qclear()
| "void" qclear |
( |
| self, |
|
|
* | args ) |
◆ reserve()
| "void" reserve |
( |
| self, |
|
|
* | args ) |
◆ resize()
| "void" resize |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| _newsize | size_t |
| x | unsigned long long const & |
resize(self, _newsize)
- Parameters
-
◆ size()
| "size_t" size |
( |
| self, |
|
|
* | args ) |
◆ swap()
| "void" swap |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| r | qvector< unsigned long long > & |
◆ 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: