Flowchart class used to determine basic blocks.  
 More...
|  | 
|  | size = property(lambda self: self._q.size()) | 
|  | 
Check ex_gdl_qflow_chart.py for sample usage. 
◆ __init__()
      
        
          | __init__ | ( |  | self, | 
        
          |  |  |  | f = None, | 
        
          |  |  |  | bounds = None, | 
        
          |  |  |  | flags = 0 ) | 
      
 
- Parameters
- 
  
    | f | A func_t type, use get_func(ea) to get a reference |  | bounds | A tuple of the form (start, end). Used if "f" is None |  | flags | one of the FC_xxxx flags. |  
 
 
 
◆ __getitem__()
      
        
          | __getitem__ | ( |  | self, | 
        
          |  |  |  | index ) | 
      
 
 
◆ __iter__()
◆ _getitem()
◆ refresh()
◆ _q
◆ size
  
  | 
        
          | size = property(lambda self: self._q.size()) |  | static | 
 
 
The documentation for this class was generated from the following file: