|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
Interface for registering callbacks to the RCObject for when the usecount hits 0 but before the deallocate functionality is performed. More...
#include <RCObject.h>


Public Member Functions | |
| virtual void | executeUseCountHitZeroCB (RCObject *pAboutToDie)=0 |
| UseCountHitZeroCB () | |
| virtual | ~UseCountHitZeroCB () |
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.
|
inline |
Definition at line 117 of file RCObject.h.
|
inlinevirtual |
Definition at line 118 of file RCObject.h.
|
pure virtual |
Implemented in agg_util::WeakRCPtr< T >, and agg_util::WeakRCPtr< agg_util::AggMemberDataset >.