Create an encoder using the specified options.

Synopsis

Declared in <balxml_encoder.h>

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

Parameters

Name

Description

options

encoding options; held, not owned

basicAllocator

memory allocator used to supply memory

Created with MrDocs