BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdlbb::BlobBufferFactory Class Referenceabstract

#include <bdlbb_blob.h>

Inheritance diagram for bdlbb::BlobBufferFactory:
bdlbb::PooledBlobBufferFactory bdlbb::SimpleBlobBufferFactory

Public Member Functions

virtual ~BlobBufferFactory ()
 Destroy this blob buffer factory.
 
virtual void allocate (BlobBuffer *buffer)=0
 

Detailed Description

This class defines a base-level protocol for a BlobBuffer factory.

See bdlbb_blob

Constructor & Destructor Documentation

◆ ~BlobBufferFactory()

virtual bdlbb::BlobBufferFactory::~BlobBufferFactory ( )
virtual

Member Function Documentation

◆ allocate()

virtual void bdlbb::BlobBufferFactory::allocate ( BlobBuffer buffer)
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.


The documentation for this class was generated from the following file: