|
| | __init__ (self, *args, **kwargs) |
| | init(self) -> cblock_t
|
| |
| "bool" | __eq__ (self, "ccatch_t" r) |
| | eq(self, r) -> bool
|
| |
| "bool" | __ne__ (self, "ccatch_t" r) |
| | ne(self, r) -> bool
|
| |
| "bool" | __lt__ (self, "ccatch_t" r) |
| | lt(self, r) -> bool
|
| |
| "bool" | __gt__ (self, "ccatch_t" r) |
| | gt(self, r) -> bool
|
| |
| "bool" | __le__ (self, "ccatch_t" r) |
| | le(self, r) -> bool
|
| |
| "bool" | __ge__ (self, "ccatch_t" r) |
| | ge(self, r) -> bool
|
| |
| "int" | compare (self, "ccatch_t" r) |
| | compare(self, r) -> int
|
| |
| "bool" | is_catch_all (self) |
| | is_catch_all(self) -> bool
|
| |
| "void" | swap (self, "ccatch_t" r) |
| | swap(self, r)
|
| |
| "bool" | empty (self) |
| | empty(self) -> bool
|
| |
| "size_t" | size (self) |
| | 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, "cinsn_t" x) |
| | push_front(self, x)
|
| |
| "cinsn_t &" | push_back (self, *args) |
| | push_back(self, x)
|
| |
| "void" | clear (self) |
| | clear(self)
|
| |
| "void" | pop_front (self) |
| | pop_front(self)
|
| |
| "void" | pop_back (self) |
| | pop_back(self)
|
| |
| "void" | splice (self, "qlist< cinsn_t >::iterator" pos, "cinsn_list_t" other, "qlist< cinsn_t >::iterator" first, "qlist< cinsn_t >::iterator" last) |
| | splice(self, pos, other, first, last)
|
| |
| "size_t" | __len__ (self) |
| | len(self) -> size_t
|
| |
| "cinsn_t const &" | __getitem__ (self, "size_t" i) |
| | getitem(self, i) -> cinsn_t
|
| |
| "void" | __setitem__ (self, "size_t" i, "cinsn_t" v) |
| | setitem(self, i, v)
|
| |
| "bool" | remove (self, "cinsn_t" v) |
| | remove(self, v) -> bool
|
| |
| | find (self, item) |
| |
| | index (self, item) |
| |
| | at (self, index) |
| |
| "cinsn_list_t_iterator" | begin (self) |
| | begin(self) -> cinsn_list_t_iterator
|
| |
| "cinsn_list_t_iterator" | end (self) |
| | end(self) -> cinsn_list_t_iterator
|
| |
| "cinsn_list_t_iterator" | insert (self, *args) |
| | insert(self, i, v)
|
| |
| "void" | erase (self, "cinsn_list_t_iterator" p) |
| | erase(self, p)
|
| |