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

Public Member Functions

 __init__ (self, *args)
 
bool valid (self)
 
bool is_root_cursor (self)
 
None set_root_cursor (self)
 
bool __eq__ (self, 'dirtree_cursor_t' r)
 
bool __ne__ (self, 'dirtree_cursor_t' r)
 
bool __lt__ (self, 'dirtree_cursor_t' r)
 
bool __gt__ (self, 'dirtree_cursor_t' r)
 
bool __le__ (self, 'dirtree_cursor_t' r)
 
bool __ge__ (self, 'dirtree_cursor_t' r)
 
int compare (self, 'dirtree_cursor_t' r)
 

Static Public Member Functions

'dirtree_cursor_troot_cursor ()
 

Static Public Attributes

str parent
 
str rank
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Member Function Documentation

◆ __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()

None set_root_cursor ( self)

◆ valid()

bool valid ( self)

Member Data Documentation

◆ parent

str parent
static
Initial value:
= property(_ida_dirtree.dirtree_cursor_t_parent_get,
_ida_dirtree.dirtree_cursor_t_parent_set)

◆ rank

str rank
static
Initial value:
= property(_ida_dirtree.dirtree_cursor_t_rank_get,
_ida_dirtree.dirtree_cursor_t_rank_set)

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: