This class implements the output functionality of the basic_streambuf protocol for client‐supplied memory.
Synopsis
Declared in <bdlsb_fixedmemoutstreambuf.h>
class FixedMemOutStreamBuf
: public std::streambuf
Base Classes
Name |
Description |
|
Member Functions
Name |
Description |
|
Create an empty stream buffer that uses the specified character |
|
Destroy this stream buffer. |
Return the number of characters in the buffer held by this stream buffer. See |
|
Return a pointer providing modifiable access to the character buffer held by this stream buffer (supplied at construction). |
|
Return a pointer providing non‐modifiable access to the character buffer held by this stream buffer (supplied at construction). |
|
Return the number of characters from the beginning of the buffer to the current write position. This function returns the same value as |
Protected Member Functions
Name |
Description |
|
Set the position indicator to the relative specified |
|
Set the position indicator to the specified |
|
Created with MrDocs