|
BDE 4.39.x Production Release
|
#include <bdlbb_blob.h>
This class defines a base-level protocol for a BlobBuffer factory.
See bdlbb_blob
Public Member Functions | |
| virtual | ~BlobBufferFactory () |
| virtual void | allocate (BlobBuffer *buffer)=0 |
|
virtual |
Destroy this blob buffer factory.
|
pure virtual |
Allocate a blob buffer from this blob buffer factory, and load it into the specified buffer.
Implemented in bdlbb::SimpleBlobBufferFactory, and bdlbb::PooledBlobBufferFactory.