Return the specified object to this pool via releaseObject.
Declared in <bdlcc_objectpool.h>
virtual
void
deleteObject(TYPE* object);
This concrete implementation of bdlma::Factory::deleteObject invokes releaseObject on the specified object, returning it to this pool. The behavior is undefined if object is already in a released state. Note that this does not destroy the object and should not be invoked directly.
| Name | Description |
|---|---|
| object | object previously obtained from this pool |