BloombergLP::balxml::Formatter_StreamHolder::Formatter_StreamHolder

Constructors

Synopses

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...