Chemical Data Processing Library C++ API - Version 1.1.1
|
Definition of constants in namespace CDPL::Chem::INCHIReturnCode. More...
#include "CDPL/Chem/APIPrefix.hpp"
Go to the source code of this file.
Namespaces | |
CDPL | |
The namespace of the Chemical Data Processing Library. | |
CDPL::Chem | |
Contains classes and functions related to chemistry. | |
CDPL::Chem::INCHIReturnCode | |
Provides constants that are used to describe the status of an InChI [INCHI] output or input operation. | |
Variables | |
CDPL_CHEM_API const int | CDPL::Chem::INCHIReturnCode::SKIP |
Not used by the InChI C-library. More... | |
CDPL_CHEM_API const int | CDPL::Chem::INCHIReturnCode::EOF_ |
Specifies that no structural data were provided for the InChI generation (e.g. empty structure). More... | |
CDPL_CHEM_API const int | CDPL::Chem::INCHIReturnCode::OKAY |
Specifies that the operation was successful and no warnings have been issued. More... | |
CDPL_CHEM_API const int | CDPL::Chem::INCHIReturnCode::WARNING |
Specifies that the operation was successful but warnings have been issued. More... | |
CDPL_CHEM_API const int | CDPL::Chem::INCHIReturnCode::ERROR |
Specifies that the operation was not successful and no InChI has been created. More... | |
CDPL_CHEM_API const int | CDPL::Chem::INCHIReturnCode::FATAL |
Specifies that the operation was not successful because some severe error occurred during processing (typically a memory allocation failure). More... | |
CDPL_CHEM_API const int | CDPL::Chem::INCHIReturnCode::UNKNOWN |
Specifies that the operation was not successful because of an unknown program error. More... | |
CDPL_CHEM_API const int | CDPL::Chem::INCHIReturnCode::BUSY |
Specifies that a previous call to the InChI generation function has not yet returned (should never happen). More... | |
Definition of constants in namespace CDPL::Chem::INCHIReturnCode.