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

Proxy of C++ carglist_t class.

Inheritance diagram for carglist_t:
qvector_carg_t

Public Member Functions

 __init__ (self, *args)
 init(self) -> carglist_t init(self, ftype, fl=0) -> carglist_t
 
"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
 
- Public Member Functions inherited from qvector_carg_t
"carg_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
 
"carg_t const &" at (self, *args)
 at(self, _idx) -> carg_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=carg_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)
 
"carg_t *" extract (self, *args)
 extract(self) -> carg_t
 
"void" inject (self, *args)
 inject(self, s, len)
 
"qvector< carg_t >::const_iterator" begin (self, *args)
 begin(self) -> carg_t
 
"qvector< carg_t >::const_iterator" end (self, *args)
 end(self) -> carg_t
 
"qvector< carg_t >::iterator" insert (self, *args)
 insert(self, it, x) -> carg_t
 
"qvector< carg_t >::iterator" erase (self, *args)
 erase(self, it) -> carg_t
 
"qvector< carg_t >::const_iterator" find (self, *args)
 find(self, x) -> carg_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
 
"carg_t const &" __getitem__ (self, *args)
 getitem(self, i) -> carg_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")
 
 functype = property(_ida_hexrays.carglist_t_functype_get, _ida_hexrays.carglist_t_functype_set, doc=)
 
 flags = property(_ida_hexrays.carglist_t_flags_get, _ida_hexrays.carglist_t_flags_set, doc=)
 
- Properties inherited from qvector_carg_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_carg_t
 front = ida_idaapi._qvector_front
 
 back = ida_idaapi._qvector_back
 
- Protected Member Functions inherited from qvector_carg_t
"bool" _del (self, *args)
 _del(self, x) -> bool
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
ftypetinfo_t const &
flint

Reimplemented from qvector_carg_t.

Member Function Documentation

◆ __eq__()

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

Reimplemented from qvector_carg_t.

◆ __ge__()

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

◆ __gt__()

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

◆ __le__()

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

◆ __lt__()

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

◆ __ne__()

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

Reimplemented from qvector_carg_t.

◆ compare()

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

Property Documentation

◆ flags

flags = property(_ida_hexrays.carglist_t_flags_get, _ida_hexrays.carglist_t_flags_set, doc=)
static

◆ functype

functype = property(_ida_hexrays.carglist_t_functype_get, _ida_hexrays.carglist_t_functype_set, doc=)
static

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