Constructors
Declared in <balxml_encoder.h>
Create an encoder using the specified options and the specified basicAllocator to supply memory.
Encoder(
EncoderOptions const* options,
bslma::Allocator* basicAllocator);
» more...
Construct a encoder object using the specified options. Errors and warnings will be rendered to the optionally specified errorStream and warningStream respectively.
Encoder(
EncoderOptions const* options,
std::ostream* errorStream = 0,
std::ostream* warningStream = 0,
bslma::Allocator* basicAllocator = 0);
» more...