![]() |
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(2018, 9, 1) |
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(2018, 9, 1) |
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.