IDAPython 9.0
Loading...
Searching...
No Matches
tagged_line_sections_t Class Reference
Inheritance diagram for tagged_line_sections_t:
tagged_line_section_vec_t

Public Member Functions

'tagged_line_section_t const *' first (self, 'color_t' tag)
 
None sections_at (self, 'tagged_line_sections_t' out, 'cpidx_t' x, 'color_t' tag=0)
 
'tagged_line_section_t const *' nearest_at (self, 'cpidx_t' x, 'color_t' tag=0)
 
'tagged_line_section_t const *' nearest_before (self, 'tagged_line_section_t' range, 'cpidx_t' start, 'color_t' tag=0)
 
'tagged_line_section_t const *' nearest_after (self, 'tagged_line_section_t' range, 'cpidx_t' start, 'color_t' tag=0)
 
 __init__ (self)
 
- Public Member Functions inherited from tagged_line_section_vec_t
'tagged_line_section_t &' push_back (self, *args)
 
None pop_back (self)
 
'size_t' size (self)
 
bool empty (self)
 
'tagged_line_section_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, 'tagged_line_section_vec_t' r)
 
'tagged_line_section_t *' extract (self)
 
None inject (self, 'tagged_line_section_t' s, 'size_t' len)
 
bool __eq__ (self, 'tagged_line_section_vec_t' r)
 
bool __ne__ (self, 'tagged_line_section_vec_t' r)
 
'qvector< tagged_line_section_t >::const_iterator' begin (self, *args)
 
'qvector< tagged_line_section_t >::const_iterator' end (self, *args)
 
'qvector< tagged_line_section_t >::iterator' insert (self, 'tagged_line_section_t' it, 'tagged_line_section_t' x)
 
'qvector< tagged_line_section_t >::iterator' erase (self, *args)
 
'qvector< tagged_line_section_t >::const_iterator' find (self, *args)
 
bool has (self, 'tagged_line_section_t' x)
 
bool add_unique (self, 'tagged_line_section_t' x)
 
'size_t' __len__ (self)
 
'tagged_line_section_t const &' __getitem__ (self, 'size_t' i)
 
None __setitem__ (self, 'size_t' i, 'tagged_line_section_t' v)
 
None append (self, 'tagged_line_section_t' x)
 
None extend (self, 'tagged_line_section_vec_t' x)
 

Properties

 thisown
 
- Properties inherited from tagged_line_section_vec_t
 thisown
 

Additional Inherited Members

- Static Public Attributes inherited from tagged_line_section_vec_t
 front = ida_idaapi._qvector_front
 
 back = ida_idaapi._qvector_back
 
- Protected Member Functions inherited from tagged_line_section_vec_t
bool _del (self, 'tagged_line_section_t' x)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Reimplemented from tagged_line_section_vec_t.

Member Function Documentation

◆ first()

'tagged_line_section_t const *' first ( self,
'color_t' tag )

◆ nearest_after()

'tagged_line_section_t const *' nearest_after ( self,
'tagged_line_section_t' range,
'cpidx_t' start,
'color_t' tag = 0 )

◆ nearest_at()

'tagged_line_section_t const *' nearest_at ( self,
'cpidx_t' x,
'color_t' tag = 0 )

◆ nearest_before()

'tagged_line_section_t const *' nearest_before ( self,
'tagged_line_section_t' range,
'cpidx_t' start,
'color_t' tag = 0 )

◆ sections_at()

None sections_at ( self,
'tagged_line_sections_t' out,
'cpidx_t' x,
'color_t' tag = 0 )

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: