|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_CHEM_INCHIRETURNCODE_HPP
30 #define CDPL_CHEM_INCHIRETURNCODE_HPP
47 namespace INCHIReturnCode
95 #endif // CDPL_CHEM_INCHIRETURNCODE_HPP
Definition of the preprocessor macro CDPL_CHEM_API.
#define CDPL_CHEM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
CDPL_CHEM_API const int UNKNOWN
Specifies that the operation was not successful because of an unknown program error.
The namespace of the Chemical Data Processing Library.
CDPL_CHEM_API const int WARNING
Specifies that the operation was successful but warnings have been issued.
CDPL_CHEM_API const int FATAL
Specifies that the operation was not successful because some severe error occurred during processing ...
CDPL_CHEM_API const int ERROR
Specifies that the operation was not successful and no InChI has been created.
CDPL_CHEM_API const int EOF_
Specifies that no structural data were provided for the InChI generation (e.g. empty structure).
CDPL_CHEM_API const int BUSY
Specifies that a previous call to the InChI generation function has not yet returned (should never ha...
CDPL_CHEM_API const int OKAY
Specifies that the operation was successful and no warnings have been issued.
CDPL_CHEM_API const int SKIP
Not used by the InChI C-library.