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 a stream buffer that writes into a client‐supplied buffer. |
|
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 written to this stream buffer. |