Constructors

Synopses

Declared in <balxml_formatter.h>

Create a Formatter_StreamHolder that holds the specified stream.

explicit
Formatter_StreamHolder(std::ostream* stream);

Create a Formatter_StreamHolder object that holds a bsl::ostream constructed from the specified streamBuffer.

explicit
Formatter_StreamHolder(std::streambuf* streamBuffer);

Created with MrDocs