Proxy of C++ dirtree_cursor_t class.  
|  | 
|  | __init__ (self, *args) | 
|  | init(self, _parent=BADIDX, _rank=size_t(-1)) -> dirtree_cursor_t 
 | 
|  | 
| "bool" | valid (self) | 
|  | valid(self) -> bool 
 | 
|  | 
| "bool" | is_root_cursor (self) | 
|  | is_root_cursor(self) -> bool 
 | 
|  | 
| "void" | set_root_cursor (self) | 
|  | set_root_cursor(self) 
 | 
|  | 
| "bool" | __eq__ (self, "dirtree_cursor_t" r) | 
|  | eq(self, r) -> bool 
 | 
|  | 
| "bool" | __ne__ (self, "dirtree_cursor_t" r) | 
|  | ne(self, r) -> bool 
 | 
|  | 
| "bool" | __lt__ (self, "dirtree_cursor_t" r) | 
|  | lt(self, r) -> bool 
 | 
|  | 
| "bool" | __gt__ (self, "dirtree_cursor_t" r) | 
|  | gt(self, r) -> bool 
 | 
|  | 
| "bool" | __le__ (self, "dirtree_cursor_t" r) | 
|  | le(self, r) -> bool 
 | 
|  | 
| "bool" | __ge__ (self, "dirtree_cursor_t" r) | 
|  | ge(self, r) -> bool 
 | 
|  | 
| "int" | compare (self, "dirtree_cursor_t" r) | 
|  | compare(self, r) -> int 
 | 
|  | 
|  | 
| str | parent = property(_ida_dirtree.dirtree_cursor_t_parent_get, _ida_dirtree.dirtree_cursor_t_parent_set, doc=) | 
|  | 
| str | rank = property(_ida_dirtree.dirtree_cursor_t_rank_get, _ida_dirtree.dirtree_cursor_t_rank_set, doc=) | 
|  | 
|  | 
|  | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|  | 
◆ __init__()
      
        
          | __init__ | ( |  | self, | 
        
          |  |  | * | args ) | 
      
 
- Parameters
- 
  
    | _parent | diridx_t |  | _rank | size_t |  
 
 
 
◆ __eq__()
      
        
          | "bool" __eq__ | ( |  | self, | 
        
          |  |  | "dirtree_cursor_t" | r ) | 
      
 
 
◆ __ge__()
      
        
          | "bool" __ge__ | ( |  | self, | 
        
          |  |  | "dirtree_cursor_t" | r ) | 
      
 
 
◆ __gt__()
      
        
          | "bool" __gt__ | ( |  | self, | 
        
          |  |  | "dirtree_cursor_t" | r ) | 
      
 
 
◆ __le__()
      
        
          | "bool" __le__ | ( |  | self, | 
        
          |  |  | "dirtree_cursor_t" | r ) | 
      
 
 
◆ __lt__()
      
        
          | "bool" __lt__ | ( |  | self, | 
        
          |  |  | "dirtree_cursor_t" | r ) | 
      
 
 
◆ __ne__()
      
        
          | "bool" __ne__ | ( |  | self, | 
        
          |  |  | "dirtree_cursor_t" | r ) | 
      
 
 
◆ compare()
      
        
          | "int" compare | ( |  | self, | 
        
          |  |  | "dirtree_cursor_t" | r ) | 
      
 
 
◆ is_root_cursor()
      
        
          | "bool" is_root_cursor | ( |  | self | ) |  | 
      
 
 
◆ root_cursor()
  
  | 
        
          | "dirtree_cursor_t" root_cursor | ( |  | ) |  |  | static | 
 
 
◆ set_root_cursor()
      
        
          | "void" set_root_cursor | ( |  | self | ) |  | 
      
 
 
◆ valid()
◆ parent
  
  | 
        
          | str parent = property(_ida_dirtree.dirtree_cursor_t_parent_get, _ida_dirtree.dirtree_cursor_t_parent_set, doc=) |  | static | 
 
 
◆ rank
  
  | 
        
          | str rank = property(_ida_dirtree.dirtree_cursor_t_rank_get, _ida_dirtree.dirtree_cursor_t_rank_set, doc=) |  | static | 
 
 
◆ 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: