Construct a reader using the optionally specified basicAllocator.
Synopsis
Declared in <balxml_minireader.h>
explicit
MiniReader(bslma::Allocator* basicAllocator = 0);
Description
The instantiated MiniReader will utilize a default memory buffer while reading the input document. If basicAllocator is 0, the currently installed default allocator is used.
Parameters
Name |
Description |
basicAllocator |
memory allocator used to supply memory |
Created with MrDocs