OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
agg_util::UseCountHitZeroCB Class Referenceabstract

Interface for registering callbacks to the RCObject for when the usecount hits 0 but before the deallocate functionality is performed. More...

#include <RCObject.h>

Inheritance diagram for agg_util::UseCountHitZeroCB:
Inheritance graph
Collaboration diagram for agg_util::UseCountHitZeroCB:
Collaboration graph

Public Member Functions

virtual void executeUseCountHitZeroCB (RCObject *pAboutToDie)=0
 
 UseCountHitZeroCB ()
 
virtual ~UseCountHitZeroCB ()
 

Detailed Description

Interface for registering callbacks to the RCObject for when the usecount hits 0 but before the deallocate functionality is performed.

Definition at line 114 of file RCObject.h.

Constructor & Destructor Documentation

agg_util::UseCountHitZeroCB::UseCountHitZeroCB ( )
inline

Definition at line 117 of file RCObject.h.

virtual agg_util::UseCountHitZeroCB::~UseCountHitZeroCB ( )
inlinevirtual

Definition at line 118 of file RCObject.h.

Member Function Documentation

virtual void agg_util::UseCountHitZeroCB::executeUseCountHitZeroCB ( RCObject pAboutToDie)
pure virtual

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