Construct a reader using the optionally specified basicAllocator.
Declared in <balxml_minireader.h>
explicit
MiniReader(bslma::Allocator* basicAllocator = 0);
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.
| Name | Description |
|---|---|
| basicAllocator | memory allocator used to supply memory |