A subclass of NxsReader that is used preserves the same output style as version 2.0, but allows for more flexibility in the streams that are used for output. More...
#include <nxsreader.h>
Public Member Functions | |
DefaultErrorReportNxsReader (std::ostream *stdOutstream, std::ostream *errOutstream) | |
virtual bool | EnteringBlock (NxsString) |
void | SkippingBlock (NxsString blockName) |
void | SkippingDisabledBlock (NxsString blockName) |
void | NexusWarn (const std::string &msg, NxsWarnLevel warnLevel, file_pos pos, long line, long col) |
void | NexusError (NxsString msg, file_pos pos, long line, long col) |
A subclass of NxsReader that is used preserves the same output style as version 2.0, but allows for more flexibility in the streams that are used for output.
Messages from SkippingBlock, SkippingDisabledBlock, and Warnings are sent to the outstream Warnings and Errors are written to the errstream
Definition at line 479 of file nxsreader.h.