deleteObject overloads
Synopses
Declared in <bdlcc_objectpool.h>
Destroy the specified instance and release its memory.
virtual
void
deleteObject(TYPE* instance) = 0;
Return the specified object to this pool via releaseObject.
virtual
void
deleteObject(TYPE* object);
Parameters
Name |
Description |
instance |
object to destroy |
object |
object previously obtained from this pool |
Created with MrDocs