IDAPython 9.0
Loading...
Searching...
No Matches
graph_chains_t Class Reference
Inheritance diagram for graph_chains_t:
block_chains_vec_t

Public Member Functions

int for_all_chains (self, 'chain_visitor_t' cv, int gca_flags)
 
bool is_locked (self)
 
None acquire (self)
 
None release (self)
 
None swap (self, 'graph_chains_t' r)
 
 __init__ (self)
 
- Public Member Functions inherited from block_chains_vec_t
'block_chains_t &' push_back (self, *args)
 
None pop_back (self)
 
'size_t' size (self)
 
bool empty (self)
 
'block_chains_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)
 
'block_chains_t *' extract (self)
 
None inject (self, 'block_chains_t' s, 'size_t' len)
 
'qvector< block_chains_t >::const_iterator' begin (self, *args)
 
'qvector< block_chains_t >::const_iterator' end (self, *args)
 
'qvector< block_chains_t >::iterator' insert (self, 'block_chains_t' it, 'block_chains_t' x)
 
'qvector< block_chains_t >::iterator' erase (self, *args)
 
'size_t' __len__ (self)
 
'block_chains_t const &' __getitem__ (self, 'size_t' i)
 
None __setitem__ (self, 'size_t' i, 'block_chains_t' v)
 
None append (self, 'block_chains_t' x)
 
None extend (self, 'block_chains_vec_t' x)
 

Properties

 thisown
 
- Properties inherited from block_chains_vec_t
 thisown
 

Additional Inherited Members

- Static Public Attributes inherited from block_chains_vec_t
 front = ida_idaapi._qvector_front
 
 back = ida_idaapi._qvector_back
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Reimplemented from block_chains_vec_t.

Member Function Documentation

◆ acquire()

None acquire ( self)
Lock the chains.

◆ for_all_chains()

int for_all_chains ( self,
'chain_visitor_t' cv,
int gca_flags )
Visit all chains 

@param cv: chain visitor
@param gca_flags: combination of GCA_ bits

◆ is_locked()

bool is_locked ( self)
Are the chains locked? It is a good idea to lock the chains before using them. This ensures that they won't be recalculated and reallocated during the use. See the chain_keeper_t class for that. 

◆ release()

None release ( self)
Unlock the chains.

◆ swap()

None swap ( self,
'graph_chains_t' r )

Reimplemented from block_chains_vec_t.

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: