IDAPython 8.4
Loading...
Searching...
No Matches
ccases_t Class Reference

Proxy of C++ ccases_t class.

Inheritance diagram for ccases_t:
qvector_ccase_t

Public Member Functions

"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) -> ccases_t
 
- Public Member Functions inherited from qvector_ccase_t
"ccase_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
 
"ccase_t const &" at (self, *args)
 at(self, _idx) -> ccase_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=ccase_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)
 
"ccase_t *" extract (self, *args)
 extract(self) -> ccase_t
 
"void" inject (self, *args)
 inject(self, s, len)
 
"qvector< ccase_t >::const_iterator" begin (self, *args)
 begin(self) -> ccase_t
 
"qvector< ccase_t >::const_iterator" end (self, *args)
 end(self) -> ccase_t
 
"qvector< ccase_t >::iterator" insert (self, *args)
 insert(self, it, x) -> ccase_t
 
"qvector< ccase_t >::iterator" erase (self, *args)
 erase(self, it) -> ccase_t
 
"qvector< ccase_t >::const_iterator" find (self, *args)
 find(self, x) -> ccase_t
 
"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
 
"ccase_t const &" __getitem__ (self, *args)
 getitem(self, i) -> ccase_t
 
"void" __setitem__ (self, *args)
 setitem(self, i, v)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from qvector_ccase_t
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Additional Inherited Members

- Static Public Attributes inherited from qvector_ccase_t
 front = ida_idaapi._qvector_front
 
 back = ida_idaapi._qvector_back
 
- Protected Member Functions inherited from qvector_ccase_t
"bool" _del (self, *args)
 _del(self, x) -> bool
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Reimplemented from qvector_ccase_t.

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
* args )
Parameters
rccases_t const &

Reimplemented from qvector_ccase_t.

◆ __ge__()

"bool" __ge__ ( self,
* args )
Parameters
rccases_t const &

◆ __gt__()

"bool" __gt__ ( self,
* args )
Parameters
rccases_t const &

◆ __le__()

"bool" __le__ ( self,
* args )
Parameters
rccases_t const &

◆ __lt__()

"bool" __lt__ ( self,
* args )
Parameters
rccases_t const &

◆ __ne__()

"bool" __ne__ ( self,
* args )
Parameters
rccases_t const &

Reimplemented from qvector_ccase_t.

◆ compare()

"int" compare ( self,
* args )
Parameters
rccases_t const &

Property Documentation

◆ 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: