Chemical Data Processing Library C++ API - Version 1.1.1
Variables
CDPL::Grid::ControlParameter Namespace Reference

Provides keys for built-in control-parameters. More...

Variables

CDPL_GRID_API const Base::LookupKey STRICT_ERROR_CHECKING
 Specifies whether non-fatal recoverable I/O errors should be ignored or cause an I/O operation to fail. More...
 
CDPL_GRID_API const Base::LookupKey CDF_WRITE_SINGLE_PRECISION_FLOATS
 

Detailed Description

Provides keys for built-in control-parameters.

Variable Documentation

◆ STRICT_ERROR_CHECKING

CDPL_GRID_API const Base::LookupKey CDPL::Grid::ControlParameter::STRICT_ERROR_CHECKING
extern

Specifies whether non-fatal recoverable I/O errors should be ignored or cause an I/O operation to fail.

If the control-parameter is set to true, not only severe errors cause an I/O operation to fail, but also non-fatal errors from which a recovery would be possible. If the control-parameter is set to false, I/O operations will proceed even if a non-fatal error has been detected.

Value Type: bool

◆ CDF_WRITE_SINGLE_PRECISION_FLOATS

CDPL_GRID_API const Base::LookupKey CDPL::Grid::ControlParameter::CDF_WRITE_SINGLE_PRECISION_FLOATS
extern