MemOutStreamBuf [constructor] | Create an empty stream buffer. |
MemOutStreamBuf [constructor] | Create an empty stream buffer with the specified initial capacity. |
~MemOutStreamBuf [destructor] [virtual] | Destroy this stream buffer. |
capacity | Return the current capacity of the buffer managed by this stream buffer. |
data | Return the address of the non-modifiable character buffer managed by this stream buffer. |
length | Return the number of valid characters in this stream buffer. |
reserveCapacity | Reserve capacity for at least the specified number of characters. |
reset | Reset this stream buffer to its default-constructed empty state. |
operator BloombergLP::bslmf::NestedTraitDeclaration<MemOutStreamBuf, UsesBslmaAllocator> | Declare MemOutStreamBuf as using a bslma allocator. |