![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <RDGeneral/export.h>Go to the source code of this file.
Namespaces | |
| RDKit | |
| Std stuff. | |
Macros | |
| #define | RDKIT_VERSION_CHECK(year, month, rev) ((year*1000)+(month*10)+(rev)) |
| #define | RDKIT_VERSION RDKIT_VERSION_CHECK(2020, 9, 4) |
Variables | |
| RDKIT_RDGENERAL_EXPORT const char * | RDKit::rdkitVersion |
| RDKIT_RDGENERAL_EXPORT const char * | RDKit::boostVersion |
| RDKIT_RDGENERAL_EXPORT const char * | RDKit::rdkitBuild |
| #define RDKIT_VERSION RDKIT_VERSION_CHECK(2020, 9, 4) |
Definition at line 19 of file versions.h.
| #define RDKIT_VERSION_CHECK | ( | year, | |
| month, | |||
| rev | |||
| ) | ((year*1000)+(month*10)+(rev)) |
Definition at line 16 of file versions.h.