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);

Parameters

Name

Description

stream

stream to hold

streamBuffer

streambuf used to construct the held stream

Created with MrDocs