Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
qrefcnt_obj_t Class Referenceabstract

Base class for reference count objects. More...

#include <pro.h>

Inherited by qiterator< T >, source_file_t, and source_item_t.

Public Member Functions

 qrefcnt_obj_t (void)
 Constructor.
 
virtual void idaapi release (void)=0
 Call destructor. More...
 

Public Attributes

int refcnt
 counter
 

Detailed Description

Base class for reference count objects.

Member Function Documentation

◆ release()

virtual void idaapi qrefcnt_obj_t::release ( void  )
pure virtual

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)

Implemented in source_file_t, and source_item_t.


The documentation for this class was generated from the following file: