base-class implementation deletes the block (the NxsReader will not retain a reference to the block, so failing to delete can lead to memory leaks if you do not have some fancy memory management scheme). If the block returns "false" from NxsBlock::IsEnabled() method, then BlockSkipped will be called by the NxsReader using the factory instance that generated the block Definition at line 327 of file nxsblock.h. |