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

Proxy of C++ qvector< idc_value_t > class.

Inheritance diagram for idc_values_t:

Public Member Functions

 __init__ (self, *args)
 init(self) -> idc_values_t init(self, x) -> idc_values_t
 
"idc_value_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
 
"idc_value_t const &" at (self, *args)
 at(self, _idx) -> idc_value_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=idc_value_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)
 
"idc_value_t *" extract (self, *args)
 extract(self) -> idc_value_t
 
"void" inject (self, *args)
 inject(self, s, len)
 
"qvector< idc_value_t >::const_iterator" begin (self, *args)
 begin(self) -> idc_value_t
 
"qvector< idc_value_t >::const_iterator" end (self, *args)
 end(self) -> idc_value_t
 
"qvector< idc_value_t >::iterator" insert (self, *args)
 insert(self, it, x) -> idc_value_t
 
"qvector< idc_value_t >::iterator" erase (self, *args)
 erase(self, it) -> idc_value_t
 
"size_t" __len__ (self, *args)
 len(self) -> size_t
 
"idc_value_t const &" __getitem__ (self, *args)
 getitem(self, i) -> idc_value_t
 
"void" __setitem__ (self, *args)
 setitem(self, i, v)
 
 call_idc_func__ (*args)
 

Static Public Attributes

 front = ida_idaapi._qvector_front
 
 back = ida_idaapi._qvector_back
 
 call_idc_func__ = ctypes.CFUNCTYPE(ctypes.c_long, ctypes.c_void_p, ctypes.c_void_p, ctypes.c_void_p)(_ida_expr.py_get_call_idc_func())
 

Static Protected Attributes

 _IDCFUNC_CB_T = ctypes.WINFUNCTYPE(ctypes.c_int, ctypes.c_void_p, ctypes.c_void_p)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
xqvector< idc_value_t > const &

Member Function Documentation

◆ __getitem__()

"idc_value_t const &" __getitem__ ( self,
* args )
Parameters
isize_t

◆ __len__()

"size_t" __len__ ( self,
* args )

◆ __setitem__()

"void" __setitem__ ( self,
* args )
Parameters
isize_t
vidc_value_t const &

◆ at()

"idc_value_t const &" at ( self,
* args )
Parameters
_idxsize_t

◆ begin()

"qvector< idc_value_t >.const_iterator" begin ( self,
* args )

◆ call_idc_func__()

call_idc_func__ ( * args)

◆ capacity()

"size_t" capacity ( self,
* args )

◆ clear()

"void" clear ( self,
* args )

◆ empty()

"bool" empty ( self,
* args )

◆ end()

"qvector< idc_value_t >.const_iterator" end ( self,
* args )

◆ erase()

"qvector< idc_value_t >.iterator" erase ( self,
* args )
Parameters
itqvector< idc_value_t >::iterator

erase(self, first, last) -> idc_value_t

Parameters
firstqvector< idc_value_t >::iterator
lastqvector< idc_value_t >::iterator

◆ extract()

"idc_value_t *" extract ( self,
* args )

◆ grow()

"void" grow ( self,
* args )
Parameters
xidc_value_t const &

◆ inject()

"void" inject ( self,
* args )
Parameters
sidc_value_t *
lensize_t

◆ insert()

"qvector< idc_value_t >.iterator" insert ( self,
* args )
Parameters
itqvector< idc_value_t >::iterator
xidc_value_t const &

◆ pop_back()

"void" pop_back ( self,
* args )

◆ push_back()

"idc_value_t &" push_back ( self,
* args )
Parameters
xidc_value_t const &

push_back(self) -> idc_value_t

◆ qclear()

"void" qclear ( self,
* args )

◆ reserve()

"void" reserve ( self,
* args )
Parameters
cntsize_t

◆ resize()

"void" resize ( self,
* args )
Parameters
_newsizesize_t
xidc_value_t const &

resize(self, _newsize)

Parameters
_newsizesize_t

◆ size()

"size_t" size ( self,
* args )

◆ swap()

"void" swap ( self,
* args )
Parameters
rqvector< idc_value_t > &

◆ truncate()

"void" truncate ( self,
* args )

Member Data Documentation

◆ _IDCFUNC_CB_T

_IDCFUNC_CB_T = ctypes.WINFUNCTYPE(ctypes.c_int, ctypes.c_void_p, ctypes.c_void_p)
staticprotected

◆ back

back = ida_idaapi._qvector_back
static

◆ call_idc_func__

call_idc_func__ = ctypes.CFUNCTYPE(ctypes.c_long, ctypes.c_void_p, ctypes.c_void_p, ctypes.c_void_p)(_ida_expr.py_get_call_idc_func())
static

◆ front

front = ida_idaapi._qvector_front
static

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: