Dispose of the shared object referred to by this representation. This method is automatically invoked by releaseRef when the number of shared references reaches zero and should not be explicitly invoked otherwise. Note that this virtual disposeObject method effectively serves as the shared object's destructor. Also note that derived classes must override this method to perform the appropriate action such as deleting the shared object.
Synopsis
Declared in <bslma_sharedptrrep.h>
virtual
void
disposeObject() = 0;
Created with MrDocs