Construct a decoder using the specified options, reader, errInfo, and basicAllocator.
Declared in <balxml_decoder.h>
Decoder(
DecoderOptions const* options,
Reader* reader,
ErrorInfo* errInfo,
bslma::Allocator* basicAllocator);
| Name | Description |
|---|---|
| options | decoder options; held, not owned |
| reader | XML reader used for parsing; held, not owned |
| errInfo | error-info structure; held, not owned |
| basicAllocator | allocator used to supply memory |