Proxy of C++ cblock_t class.
|
| "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
|
| |
| | __init__ (self, *args) |
| | init(self) -> cblock_t
|
| |
| "void" | swap (self, *args) |
| | swap(self, x)
|
| |
| "bool" | empty (self, *args) |
| | empty(self) -> bool
|
| |
| "size_t" | size (self, *args) |
| | size(self) -> size_t
|
| |
| "cinsn_t const &" | front (self, *args) |
| | front(self) -> cinsn_t
|
| |
| "cinsn_t const &" | back (self, *args) |
| | back(self) -> cinsn_t
|
| |
| "qlist< cinsn_t >::const_reverse_iterator" | rbegin (self, *args) |
| | rbegin(self) -> qlist< cinsn_t >::reverse_iterator rbegin(self) -> qlist< cinsn_t >::const_reverse_iterator
|
| |
| "qlist< cinsn_t >::const_reverse_iterator" | rend (self, *args) |
| | rend(self) -> qlist< cinsn_t >::reverse_iterator rend(self) -> qlist< cinsn_t >::const_reverse_iterator
|
| |
| "void" | push_front (self, *args) |
| | push_front(self, x)
|
| |
| "cinsn_t &" | push_back (self, *args) |
| | push_back(self, x)
|
| |
| "void" | clear (self, *args) |
| | clear(self)
|
| |
| "void" | pop_front (self, *args) |
| | pop_front(self)
|
| |
| "void" | pop_back (self, *args) |
| | pop_back(self)
|
| |
| "size_t" | __len__ (self, *args) |
| | len(self) -> size_t
|
| |
| "cinsn_t const &" | __getitem__ (self, *args) |
| | getitem(self, i) -> cinsn_t
|
| |
| "void" | __setitem__ (self, *args) |
| | setitem(self, i, v)
|
| |
| "bool" | remove (self, *args) |
| | remove(self, v) -> bool
|
| |
| | find (self, item) |
| |
| | index (self, item) |
| |
| | at (self, index) |
| |
| "cinsn_list_t_iterator" | begin (self, *args) |
| | begin(self) -> cinsn_list_t_iterator
|
| |
| "cinsn_list_t_iterator" | end (self, *args) |
| | end(self) -> cinsn_list_t_iterator
|
| |
| "cinsn_list_t_iterator" | insert (self, *args) |
| | insert(self, i, v)
|
| |
| "void" | erase (self, *args) |
| | erase(self, p)
|
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
◆ __init__()
| __init__ |
( |
| self, |
|
|
* | args ) |
◆ __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 ) |
◆ _deregister()
| "void" _deregister |
( |
| self, |
|
|
* | args ) |
|
protected |
◆ compare()
| "int" compare |
( |
| self, |
|
|
* | args ) |
◆ 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: