IDAPython 9.0
Loading...
Searching...
No Matches
sections_lines_refs_t Class Reference

Proxy of C++ qvector< section_lines_refs_t > class.

Inheritance diagram for sections_lines_refs_t:

Public Member Functions

 __init__ (self, *args)
 init(self) -> sections_lines_refs_t init(self, x) -> sections_lines_refs_t
 
"section_lines_refs_t &" push_back (self, *args)
 push_back(self, x)
 
"void" pop_back (self)
 pop_back(self)
 
"size_t" size (self)
 size(self) -> size_t
 
"bool" empty (self)
 empty(self) -> bool
 
"section_lines_refs_t const &" at (self, "size_t" _idx)
 at(self, _idx) -> section_lines_refs_t
 
"void" qclear (self)
 qclear(self)
 
"void" clear (self)
 clear(self)
 
"void" resize (self, *args)
 resize(self, _newsize, x)
 
"void" grow (self, *args)
 grow(self, x=section_lines_refs_t())
 
"size_t" capacity (self)
 capacity(self) -> size_t
 
"void" reserve (self, "size_t" cnt)
 reserve(self, cnt)
 
"void" truncate (self)
 truncate(self)
 
"void" swap (self, "sections_lines_refs_t" r)
 swap(self, r)
 
"section_lines_refs_t *" extract (self)
 extract(self) -> section_lines_refs_t
 
"void" inject (self, "section_lines_refs_t" s, "size_t" len)
 inject(self, s, len)
 
"bool" __eq__ (self, "sections_lines_refs_t" r)
 eq(self, r) -> bool
 
"bool" __ne__ (self, "sections_lines_refs_t" r)
 ne(self, r) -> bool
 
"qvector< section_lines_refs_t >::const_iterator" begin (self, *args)
 begin(self) -> qvector< section_lines_refs_t >::iterator begin(self) -> qvector< section_lines_refs_t >::const_iterator
 
"qvector< section_lines_refs_t >::const_iterator" end (self, *args)
 end(self) -> qvector< section_lines_refs_t >::iterator end(self) -> qvector< section_lines_refs_t >::const_iterator
 
"qvector< section_lines_refs_t >::iterator" insert (self, "qvector< section_lines_refs_t >::iterator" it, "section_lines_refs_t" x)
 insert(self, it, x) -> qvector< section_lines_refs_t >::iterator
 
"qvector< section_lines_refs_t >::iterator" erase (self, *args)
 erase(self, it) -> qvector< section_lines_refs_t >::iterator
 
"qvector< section_lines_refs_t >::const_iterator" find (self, *args)
 find(self, x) -> qvector< section_lines_refs_t >::iterator
 
"bool" has (self, "section_lines_refs_t" x)
 has(self, x) -> bool
 
"bool" add_unique (self, "section_lines_refs_t" x)
 add_unique(self, x) -> bool
 
"size_t" __len__ (self)
 len(self) -> size_t
 
"section_lines_refs_t const &" __getitem__ (self, "size_t" i)
 getitem(self, i) -> section_lines_refs_t
 
"void" __setitem__ (self, "size_t" i, "section_lines_refs_t" v)
 setitem(self, i, v)
 
"void" append (self, "section_lines_refs_t" x)
 append(self, x)
 
"void" extend (self, "sections_lines_refs_t" x)
 extend(self, x)
 

Static Public Attributes

 front = ida_idaapi._qvector_front
 
 back = ida_idaapi._qvector_back
 

Protected Member Functions

"bool" _del (self, "section_lines_refs_t" x)
 _del(self, x) -> bool
 

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< section_lines_refs_t > const &

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
"sections_lines_refs_t" r )
Parameters
rqvector< section_lines_refs_t > const &

◆ __getitem__()

"section_lines_refs_t const &" __getitem__ ( self,
"size_t" i )
Parameters
isize_t

◆ __len__()

"size_t" __len__ ( self)

◆ __ne__()

"bool" __ne__ ( self,
"sections_lines_refs_t" r )
Parameters
rqvector< section_lines_refs_t > const &

◆ __setitem__()

"void" __setitem__ ( self,
"size_t" i,
"section_lines_refs_t" v )
Parameters
isize_t
vsection_lines_refs_t const &

◆ _del()

"bool" _del ( self,
"section_lines_refs_t" x )
protected

Parameters

x: section_lines_refs_t const &

◆ add_unique()

"bool" add_unique ( self,
"section_lines_refs_t" x )
Parameters
xsection_lines_refs_t const &

◆ append()

"void" append ( self,
"section_lines_refs_t" x )
Parameters
xsection_lines_refs_t const &

◆ at()

"section_lines_refs_t const &" at ( self,
"size_t" _idx )
Parameters
_idxsize_t

◆ begin()

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

◆ capacity()

"size_t" capacity ( self)

◆ clear()

"void" clear ( self)

◆ empty()

"bool" empty ( self)

◆ end()

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

◆ erase()

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

erase(self, first, last) -> qvector< section_lines_refs_t >::iterator

Parameters
firstqvector< section_lines_refs_t >::iterator
lastqvector< section_lines_refs_t >::iterator

◆ extend()

"void" extend ( self,
"sections_lines_refs_t" x )
Parameters
xqvector< section_lines_refs_t > const &

◆ extract()

"section_lines_refs_t *" extract ( self)

◆ find()

"qvector< section_lines_refs_t >.const_iterator" find ( self,
* args )
Parameters
xsection_lines_refs_t const &

find(self, x) -> qvector< section_lines_refs_t >::const_iterator

Parameters
xsection_lines_refs_t const &

◆ grow()

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

◆ has()

"bool" has ( self,
"section_lines_refs_t" x )
Parameters
xsection_lines_refs_t const &

◆ inject()

"void" inject ( self,
"section_lines_refs_t" s,
"size_t" len )
Parameters
ssection_lines_refs_t *
lensize_t

◆ insert()

"qvector< section_lines_refs_t >.iterator" insert ( self,
"qvector< section_lines_refs_t >.iterator" it,
"section_lines_refs_t" x )
Parameters
itqvector< section_lines_refs_t >::iterator
xsection_lines_refs_t const &

◆ pop_back()

"void" pop_back ( self)

◆ push_back()

"section_lines_refs_t &" push_back ( self,
* args )
Parameters
xsection_lines_refs_t const &

push_back(self) -> section_lines_refs_t

◆ qclear()

"void" qclear ( self)

◆ reserve()

"void" reserve ( self,
"size_t" cnt )
Parameters
cntsize_t

◆ resize()

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

resize(self, _newsize)

Parameters
_newsizesize_t

◆ size()

"size_t" size ( self)

◆ swap()

"void" swap ( self,
"sections_lines_refs_t" r )
Parameters
rqvector< section_lines_refs_t > &

◆ truncate()

"void" truncate ( self)

Member Data Documentation

◆ back

back = ida_idaapi._qvector_back
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: