IDAPython 9.0
Loading...
Searching...
No Matches
carglist_t Class Reference
Inheritance diagram for carglist_t:
qvector_carg_t

Public Member Functions

 __init__ (self, *args)
 
bool __eq__ (self, 'carglist_t' r)
 
bool __ne__ (self, 'carglist_t' r)
 
bool __lt__ (self, 'carglist_t' r)
 
bool __gt__ (self, 'carglist_t' r)
 
bool __le__ (self, 'carglist_t' r)
 
bool __ge__ (self, 'carglist_t' r)
 
int compare (self, 'carglist_t' r)
 
- Public Member Functions inherited from qvector_carg_t
'carg_t &' push_back (self, *args)
 
None pop_back (self)
 
'size_t' size (self)
 
bool empty (self)
 
'carg_t const &' at (self, 'size_t' _idx)
 
None qclear (self)
 
None clear (self)
 
None resize (self, *args)
 
None grow (self, *args)
 
'size_t' capacity (self)
 
None reserve (self, 'size_t' cnt)
 
None truncate (self)
 
None swap (self, 'qvector_carg_t' r)
 
'carg_t *' extract (self)
 
None inject (self, 'carg_t' s, 'size_t' len)
 
'qvector< carg_t >::const_iterator' begin (self, *args)
 
'qvector< carg_t >::const_iterator' end (self, *args)
 
'qvector< carg_t >::iterator' insert (self, 'carg_t' it, 'carg_t' x)
 
'qvector< carg_t >::iterator' erase (self, *args)
 
'qvector< carg_t >::const_iterator' find (self, *args)
 
bool has (self, 'carg_t' x)
 
bool add_unique (self, 'carg_t' x)
 
'size_t' __len__ (self)
 
'carg_t const &' __getitem__ (self, 'size_t' i)
 
None __setitem__ (self, 'size_t' i, 'carg_t' v)
 
None append (self, 'carg_t' x)
 
None extend (self, 'qvector_carg_t' x)
 

Static Public Attributes

str functype
 
str flags
 
- Static Public Attributes inherited from qvector_carg_t
 front = ida_idaapi._qvector_front
 
 back = ida_idaapi._qvector_back
 

Properties

 thisown
 
- Properties inherited from qvector_carg_t
 thisown
 

Additional Inherited Members

- Protected Member Functions inherited from qvector_carg_t
bool _del (self, 'carg_t' x)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Reimplemented from qvector_carg_t.

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'carglist_t' r )

Reimplemented from qvector_carg_t.

◆ __ge__()

bool __ge__ ( self,
'carglist_t' r )

◆ __gt__()

bool __gt__ ( self,
'carglist_t' r )

◆ __le__()

bool __le__ ( self,
'carglist_t' r )

◆ __lt__()

bool __lt__ ( self,
'carglist_t' r )

◆ __ne__()

bool __ne__ ( self,
'carglist_t' r )

Reimplemented from qvector_carg_t.

◆ compare()

int compare ( self,
'carglist_t' r )

Member Data Documentation

◆ flags

str flags
static
Initial value:
= property(_ida_hexrays.carglist_t_flags_get, _ida_hexrays
.carglist_t_flags_set)

◆ functype

str functype
static
Initial value:
= property(_ida_hexrays.carglist_t_functype_get,
_ida_hexrays.carglist_t_functype_set)

Property Documentation

◆ thisown

thisown
static
Initial value:
= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')

The documentation for this class was generated from the following file: