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

Proxy of C++ dirtree_cursor_t class.

Inheritance diagram for dirtree_cursor_t:

Public Member Functions

 __init__ (self, *args)
 init(self, _parent=BADIDX, _rank=size_t(-1)) -> dirtree_cursor_t
 
"bool" valid (self, *args)
 valid(self) -> bool
 
"bool" is_root_cursor (self, *args)
 is_root_cursor(self) -> bool
 
"void" set_root_cursor (self, *args)
 set_root_cursor(self)
 
"bool" __eq__ (self, *args)
 eq(self, r) -> bool
 
"bool" __ne__ (self, *args)
 ne(self, r) -> bool
 
"bool" __lt__ (self, *args)
 lt(self, r) -> bool
 
"bool" __gt__ (self, *args)
 gt(self, r) -> bool
 
"bool" __le__ (self, *args)
 le(self, r) -> bool
 
"bool" __ge__ (self, *args)
 ge(self, r) -> bool
 
"int" compare (self, *args)
 compare(self, r) -> int
 

Static Public Member Functions

"dirtree_cursor_t" root_cursor (*args)
 root_cursor() -> dirtree_cursor_t
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 parent = property(_ida_dirtree.dirtree_cursor_t_parent_get, _ida_dirtree.dirtree_cursor_t_parent_set, doc=)
 
 rank = property(_ida_dirtree.dirtree_cursor_t_rank_get, _ida_dirtree.dirtree_cursor_t_rank_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
_parentdiridx_t
_ranksize_t

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
* args )
Parameters
rdirtree_cursor_t const &

◆ __ge__()

"bool" __ge__ ( self,
* args )
Parameters
rdirtree_cursor_t const &

◆ __gt__()

"bool" __gt__ ( self,
* args )
Parameters
rdirtree_cursor_t const &

◆ __le__()

"bool" __le__ ( self,
* args )
Parameters
rdirtree_cursor_t const &

◆ __lt__()

"bool" __lt__ ( self,
* args )
Parameters
rdirtree_cursor_t const &

◆ __ne__()

"bool" __ne__ ( self,
* args )
Parameters
rdirtree_cursor_t const &

◆ compare()

"int" compare ( self,
* args )
Parameters
rdirtree_cursor_t const &

◆ is_root_cursor()

"bool" is_root_cursor ( self,
* args )

◆ root_cursor()

"dirtree_cursor_t" root_cursor ( * args)
static

◆ set_root_cursor()

"void" set_root_cursor ( self,
* args )

◆ valid()

"bool" valid ( self,
* args )

Property Documentation

◆ parent

parent = property(_ida_dirtree.dirtree_cursor_t_parent_get, _ida_dirtree.dirtree_cursor_t_parent_set, doc=)
static

◆ rank

rank = property(_ida_dirtree.dirtree_cursor_t_rank_get, _ida_dirtree.dirtree_cursor_t_rank_set, doc=)
static

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