BDE 4.14.0 Production release
|
#include <bdlbb_blob.h>
Public Member Functions | |
virtual | ~BlobBufferFactory () |
Destroy this blob buffer factory. | |
virtual void | allocate (BlobBuffer *buffer)=0 |
This class defines a base-level protocol for a BlobBuffer
factory.
See bdlbb_blob
|
virtual |
|
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.