IDAPython 8.4
|
Proxy of C++ dirtree_visitor_t class.
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") | |
__init__ | ( | self, | |
* | args ) |
self | PyObject * |
__disown__ | ( | self | ) |
"ssize_t" visit | ( | self, | |
* | args ) |
c | (C++: const dirtree_cursor_t &) the current cursor |
de | (C++: const direntry_t &) the current entry |
|
static |