BloombergLP::balxml::Encoder::Encoder

Create an encoder using the specified options.

Synopses

Declared in <balxml_encoder.h>

Create an encoder using the specified options.

Encoder(
    EncoderOptions const* options,
    bslma::Allocator* basicAllocator);
» more...

Create an encoder using the specified options.

Encoder(
    EncoderOptions const* options,
    std::ostream* errorStream = 0,
    std::ostream* warningStream = 0,
    bslma::Allocator* basicAllocator = 0);
» more...

Parameters

NameDescription
optionsencoding options; held, not owned
basicAllocatormemory allocator used to supply memory
errorStreamoptional stream for error messages
warningStreamoptional stream for warning messages