Allocate a blob buffer from this blob buffer factory, and load it into the specified buffer.
Synopses
Declared in <bdlbb_blob.h>
Allocate a blob buffer from this blob buffer factory, and load it into the specified buffer.
virtual
void
allocate(BlobBuffer* buffer) = 0;
Allocate a blob buffer from this blob buffer factory, and load it into the specified buffer.
virtual
void
allocate(bdlbb::BlobBuffer* buffer) override;
Created with MrDocs