This class declares an implementation of BlobBufferFactory where each segment loaded to a BlobBuffer is created with a separate calls to the allocator specified at construction, or the default allocator is no allocator was specified.
Synopsis
Declared in <bdlbb_simpleblobbufferfactory.h>
class SimpleBlobBufferFactory
: public BlobBufferFactory
Base Classes
Name |
Description |
This class defines a base‐level protocol for a |
Member Functions
Name |
Description |
|
Create a |
|
Destroy this |
Allocate a blob buffer from this blob buffer factory, and load it into the specified |
|
Return the current size with which this factory will allocate buffers. |
|
Set the buffer size for future buffers created by this factory to the specified |
|
|
Declare that this type is bitwise moveable. |
Created with MrDocs