Proxy of C++ dirtree_visitor_t class.  
|  | 
| "ssize_t" | visit (self, "dirtree_cursor_t" c, "direntry_t" de) | 
|  | visit(self, c, de) -> ssize_t Will be called for each entry in the dirtree_t If something other than 0 is returned, iteration will stop. 
 | 
|  | 
|  | __init__ (self) | 
|  | init(self) -> dirtree_visitor_t 
 | 
|  | 
|  | __disown__ (self) | 
|  | 
|  | 
|  | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|  | 
◆ __init__()
◆ __disown__()
◆ visit()
      
        
          | "ssize_t" visit | ( |  | self, | 
        
          |  |  | "dirtree_cursor_t" | c, | 
        
          |  |  | "direntry_t" | de ) | 
      
 
- Parameters
- 
  
  
- Returns
- : 0 to keep iterating, or anything else to stop 
 
 
◆ 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: