FixedMemOutStreamBuf [constructor] | Create a stream buffer that writes into a client-supplied buffer. |
~FixedMemOutStreamBuf [destructor] [virtual] | Destroy this stream buffer. |
capacity | Return the number of characters in the buffer held by this stream buffer. See length, below, for the span of bytes actually written. |
data | Return a pointer providing modifiable access to the character buffer held by this stream buffer (supplied at construction). |
data | Return a pointer providing non-modifiable access to the character buffer held by this stream buffer (supplied at construction). |
length | Return the number of characters written to this stream buffer. |