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

Public Member Functions

 __init__ (self, *args, **kwargs)
 
None release (self)
 

Static Public Attributes

str refcnt
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args,
** kwargs )

Member Function Documentation

◆ release()

None release ( self)
Call destructor. We use release() instead of operator delete() to maintain binary compatibility with all compilers (vc and gcc use different vtable layouts for operator delete) 

Member Data Documentation

◆ refcnt

str refcnt
static
Initial value:
= property(_ida_pro.qrefcnt_obj_t_refcnt_get, _ida_pro.
qrefcnt_obj_t_refcnt_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: