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

Public Member Functions

bool __eq__ (self, 'snapshot_t' r)
 
bool __ne__ (self, 'snapshot_t' r)
 
bool __lt__ (self, 'snapshot_t' r)
 
bool __gt__ (self, 'snapshot_t' r)
 
bool __le__ (self, 'snapshot_t' r)
 
bool __ge__ (self, 'snapshot_t' r)
 
None clear (self)
 
 __init__ (self)
 

Static Public Attributes

str id
 
str flags
 
str desc
 
str filename
 
str children
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'snapshot_t' r )

◆ __ge__()

bool __ge__ ( self,
'snapshot_t' r )

◆ __gt__()

bool __gt__ ( self,
'snapshot_t' r )

◆ __le__()

bool __le__ ( self,
'snapshot_t' r )

◆ __lt__()

bool __lt__ ( self,
'snapshot_t' r )

◆ __ne__()

bool __ne__ ( self,
'snapshot_t' r )

◆ clear()

None clear ( self)

Member Data Documentation

◆ children

str children
static
Initial value:
= property(_ida_loader.snapshot_t_children_get,
_ida_loader.snapshot_t_children_set)

◆ desc

str desc
static
Initial value:
= property(_ida_loader.snapshot_t_desc_get,
_ida_loader.snapshot_t_desc_set)

◆ filename

str filename
static
Initial value:
= property(_ida_loader.
snapshot_t_filename_get, _ida_loader.snapshot_t_filename_set)

◆ flags

str flags
static
Initial value:
= property(_ida_loader.snapshot_t_flags_get,
_ida_loader.snapshot_t_flags_set)

◆ id

str id
static
Initial value:
= property(_ida_loader.snapshot_t_id_get, _ida_loader.
snapshot_t_id_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: