This class implements the BlobBufferFactory protocol and provides a mechanism for allocating BlobBuffer objects of a fixed size passed at construction.
Synopsis
Declared in <bdlbb_pooledblobbufferfactory.h>
class PooledBlobBufferFactory
: public BlobBufferFactory
Base Classes
Name |
Description |
This class defines a base‐level protocol for a |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this factory. This operation releases all |
|
Allocate a new buffer with the buffer size specified at construction and load it into the specified |
Return the buffer size specified at construction of this factory. |
Created with MrDocs