RDKit
Open-source cheminformatics and machine learning.
|
#include <RDGeneral/export.h>
Go to the source code of this file.
Namespaces | |
namespace | RDKit |
Std stuff. | |
Macros | |
#define | RDKIT_VERSION_CHECK(year, month, rev) ((year * 1000) + (month * 10) + (rev)) |
#define | RDKIT_VERSION RDKIT_VERSION_CHECK(@RDKit_Year @, @RDKit_intMonth @, @RDKit_Revision @) |
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(@RDKit_Year @, @RDKit_intMonth @, @RDKit_Revision @) |
Definition at line 20 of file versions.h.
#define RDKIT_VERSION_CHECK | ( | year, | |
month, | |||
rev | |||
) | ((year * 1000) + (month * 10) + (rev)) |
Definition at line 16 of file versions.h.