Construct a formatter that writes to the specified output streambuf using the specified encoderOptions and formatting parameters.

Synopsis

Declared in <balxml_formatter.h>

Formatter(
    std::streambuf* output,
    EncoderOptions const& encoderOptions,
    int indentLevel = 0,
    int spacesPerLevel = 4,
    int wrapColumn = 80,
    bslma::Allocator* basicAllocator = 0);

Created with MrDocs