IDAPython 9.0
Loading...
Searching...
No Matches
snapshot_t Class Reference

Proxy of C++ snapshot_t class.

Inheritance diagram for snapshot_t:

Public Member Functions

"bool" __eq__ (self, "snapshot_t" r)
 eq(self, r) -> bool
 
"bool" __ne__ (self, "snapshot_t" r)
 ne(self, r) -> bool
 
"bool" __lt__ (self, "snapshot_t" r)
 lt(self, r) -> bool
 
"bool" __gt__ (self, "snapshot_t" r)
 gt(self, r) -> bool
 
"bool" __le__ (self, "snapshot_t" r)
 le(self, r) -> bool
 
"bool" __ge__ (self, "snapshot_t" r)
 ge(self, r) -> bool
 
"void" clear (self)
 clear(self)
 
 __init__ (self)
 init(self) -> snapshot_t
 

Static Public Attributes

str id = property(_ida_loader.snapshot_t_id_get, _ida_loader.snapshot_t_id_set, doc=)
 
str flags = property(_ida_loader.snapshot_t_flags_get, _ida_loader.snapshot_t_flags_set, doc=)
 
str desc = property(_ida_loader.snapshot_t_desc_get, _ida_loader.snapshot_t_desc_set, doc=)
 
str filename = property(_ida_loader.snapshot_t_filename_get, _ida_loader.snapshot_t_filename_set, doc=)
 
str children = property(_ida_loader.snapshot_t_children_get, _ida_loader.snapshot_t_children_set, doc=)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
"snapshot_t" r )
Parameters
rsnapshot_t const &

◆ __ge__()

"bool" __ge__ ( self,
"snapshot_t" r )
Parameters
rsnapshot_t const &

◆ __gt__()

"bool" __gt__ ( self,
"snapshot_t" r )
Parameters
rsnapshot_t const &

◆ __le__()

"bool" __le__ ( self,
"snapshot_t" r )
Parameters
rsnapshot_t const &

◆ __lt__()

"bool" __lt__ ( self,
"snapshot_t" r )
Parameters
rsnapshot_t const &

◆ __ne__()

"bool" __ne__ ( self,
"snapshot_t" r )
Parameters
rsnapshot_t const &

◆ clear()

"void" clear ( self)

Member Data Documentation

◆ children

str children = property(_ida_loader.snapshot_t_children_get, _ida_loader.snapshot_t_children_set, doc=)
static

◆ desc

str desc = property(_ida_loader.snapshot_t_desc_get, _ida_loader.snapshot_t_desc_set, doc=)
static

◆ filename

str filename = property(_ida_loader.snapshot_t_filename_get, _ida_loader.snapshot_t_filename_set, doc=)
static

◆ flags

str flags = property(_ida_loader.snapshot_t_flags_get, _ida_loader.snapshot_t_flags_set, doc=)
static

◆ id

str id = property(_ida_loader.snapshot_t_id_get, _ida_loader.snapshot_t_id_set, doc=)
static

Property Documentation

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