|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_PHARM_FEATUREMAPPING_HPP
30 #define CDPL_PHARM_FEATUREMAPPING_HPP
60 const char* getClassName()
const
62 return "FeatureMapping";
68 #endif // CDPL_PHARM_FEATUREMAPPING_HPP
Definition of the preprocessor macro CDPL_PHARM_API.
#define CDPL_PHARM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
A data type for the storage and lookup of arbitrary feature to feature mappings.
Definition: FeatureMapping.hpp:54
Definition of the class CDPL::Util::MultiMap.
A multiple sorted associative container that maps keys to values.
Definition: MultiMap.hpp:96
std::shared_ptr< FeatureMapping > SharedPointer
Definition: FeatureMapping.hpp:57
The namespace of the Chemical Data Processing Library.