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

Proxy of C++ direntry_t class.

Inheritance diagram for direntry_t:

Public Member Functions

 __init__ (self, *args)
 init(self, i=BADIDX, d=False) -> direntry_t
 
"bool" valid (self, *args)
 valid(self) -> bool
 
"bool" __eq__ (self, *args)
 eq(self, r) -> bool
 
"bool" __ne__ (self, *args)
 ne(self, r) -> bool
 
"bool" __lt__ (self, *args)
 lt(self, r) -> bool
 

Static Public Attributes

 BADIDX = _ida_dirtree.direntry_t_BADIDX
 
 ROOTIDX = _ida_dirtree.direntry_t_ROOTIDX
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 idx = property(_ida_dirtree.direntry_t_idx_get, _ida_dirtree.direntry_t_idx_set, doc=)
 
 isdir = property(_ida_dirtree.direntry_t_isdir_get, _ida_dirtree.direntry_t_isdir_set, doc=!)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
iuval_t
dbool

Member Function Documentation

◆ __eq__()

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

◆ __lt__()

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

◆ __ne__()

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

◆ valid()

"bool" valid ( self,
* args )

Member Data Documentation

◆ BADIDX

BADIDX = _ida_dirtree.direntry_t_BADIDX
static

◆ ROOTIDX

ROOTIDX = _ida_dirtree.direntry_t_ROOTIDX
static

Property Documentation

◆ idx

idx = property(_ida_dirtree.direntry_t_idx_get, _ida_dirtree.direntry_t_idx_set, doc=)
static

◆ isdir

isdir = property(_ida_dirtree.direntry_t_isdir_get, _ida_dirtree.direntry_t_isdir_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: