Construct a decoder using the specified options, reader, errInfo, and basicAllocator.
Synopsis
Declared in <balxml_decoder.h>
Decoder(
DecoderOptions const* options,
Reader* reader,
ErrorInfo* errInfo,
bslma::Allocator* basicAllocator);
Parameters
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 |
Created with MrDocs