Constructors

Synopses

Declared in <balxml_minireader.h>

Construct a reader using the optionally specified basicAllocator.

explicit
MiniReader(bslma::Allocator* basicAllocator = 0);

Construct a reader with the specified bufSize.

explicit
MiniReader(
    int bufSize,
    bslma::Allocator* basicAllocator = 0);

Parameters

Name

Description

basicAllocator

memory allocator used to supply memory

bufSize

hint for the size of the read buffer

Created with MrDocs