allocate overloads

Synopses

Declared in <bdlbb_blob.h>

Allocate a blob buffer from this factory and load it into 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;

Parameters

Name

Description

buffer

address of the blob buffer to populate

Created with MrDocs