IDAPython 9.0
Loading...
Searching...
No Matches
dirtree_visitor_t Class Reference
Inheritance diagram for dirtree_visitor_t:

Public Member Functions

'ssize_t' visit (self, 'dirtree_cursor_t' c, 'direntry_t' de)
 
 __init__ (self)
 
 __disown__ (self)
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ __disown__()

__disown__ ( self)

◆ visit()

'ssize_t' visit ( self,
'dirtree_cursor_t' c,
'direntry_t' de )
Will be called for each entry in the dirtree_t If something other than 0 is returned, iteration will stop. 

@param c: the current cursor
@param de: the current entry
@returns 0 to keep iterating, or anything else to stop

Property Documentation

◆ thisown

thisown
static
Initial value:
= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')

The documentation for this class was generated from the following file: