Constructors
Declared in <balxml_minireader.h>
Construct a reader using the optionally specified basicAllocator.
explicit
MiniReader(bslma::Allocator* basicAllocator = 0);
» more...
Construct a reader with the specified bufSize.
explicit
MiniReader(
int bufSize,
bslma::Allocator* basicAllocator = 0);
» more...
| Name | Description |
|---|---|
| basicAllocator | memory allocator used to supply memory |
| bufSize | hint for the size of the read buffer |