Set the options to the flags in the specified flags.
Synopsis
Declared in <balxml_minireader.h>
virtual
void
setOptions(unsigned int flags) override;
Description
The options for the reader are persistent, i.e., the options are not reset by close. The behavior is undefined if this method is called after calling open and before calling close.
Parameters
Name |
Description |
flags |
option flags to set on this reader |
Created with MrDocs