IDAPython 8.4
Loading...
Searching...
No Matches
dirtree_visitor_t Class Reference

Proxy of C++ dirtree_visitor_t class.

Inheritance diagram for dirtree_visitor_t:

Public Member Functions

"ssize_t" visit (self, *args)
 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, *args)
 init(self) -> dirtree_visitor_t
 
 __disown__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
selfPyObject *

Member Function Documentation

◆ __disown__()

__disown__ ( self)

◆ visit()

"ssize_t" visit ( self,
* args )
Parameters
c(C++: const dirtree_cursor_t &) the current cursor
de(C++: const direntry_t &) the current entry
Returns
: 0 to keep iterating, or anything else to stop

Property Documentation

◆ 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: