Constructors
Declared in <balxml_formatter.h>
Create a Formatter_StreamHolder that holds the specified stream.
explicit
Formatter_StreamHolder(std::ostream* stream);
» more...
Create a Formatter_StreamHolder object that holds a bsl::ostream constructed from the specified streamBuffer.
explicit
Formatter_StreamHolder(std::streambuf* streamBuffer);
» more...
| Name | Description |
|---|---|
| stream | stream to hold |
| streamBuffer | streambuf used to construct the held stream |