Reset the get areas of this stream buffer.

Synopsis

Declared in <bdlbb_blobstreambuf.h>

void
reset(bdlbb::Blob const* blob = 0);

Description

Reset the get areas. Optionally set the underlying bdlbb::Blob value to the optionally specified blob if blob is not 0. The behavior is undefined unless blob remains valid and externally unmodified for the lifetime of this streambuf.

Parameters

Name

Description

blob

optional replacement for the underlying blob; if 0, keep the current blob

Created with MrDocs