A factory class that delegates calls to the other "default" public block parsers that NCL provides. More...
#include <nxspublicblocks.h>
Public Member Functions | |
NxsDefaultPublicBlockFactory (bool readUnknownBlocks, bool storeTokenInfo) | |
virtual NxsBlock * | GetBlockReaderForID (const std::string &id, NxsReader *reader, NxsToken *token) |
A factory class that delegates calls to the other "default" public block parsers that NCL provides.
Provided as a convenience class to make it possible to read all supported blocks with the addition of one factory to the NxsReader.
Definition at line 118 of file nxspublicblocks.h.