This class implements the input functionality of the basic_streambuf protocol, using client‐supplied char * memory.
Synopsis
Declared in <bdlsb_fixedmeminstreambuf.h>
class FixedMemInStreamBuf
: public std::streambuf
Base Classes
Name |
Description |
|
Member Functions
Name |
Description |
|
Create a |
|
Destroy this stream buffer. |
Return the address of the non‐modifiable character buffer held by this stream buffer. |
|
Return the number of characters from the current input position to the end of the stream buffer. The function returns the same value as |
|
Reinitialize this stream buffer to use the specified character |
|
Reinitialize this stream buffer to use the specified read‐only character |
Protected Member Functions
Name |
Description |
|
Set the position indicator to the relative specified |
|
Set the position indicator to the specified |
|
Reinitialize this stream buffer to use the specified character |
Reinitialize this stream buffer to use the specified character |
|
|
Return the number of characters currently available for reading from this stream buffer, or ‐1 if there are none. |
|
Read the specified |
Created with MrDocs