29 #ifndef CDPL_PHARM_FEATUREMAPPING_HPP
30 #define CDPL_PHARM_FEATUREMAPPING_HPP
61 const char* getClassName()
const
63 return "FeatureMapping";
Definition of class CDPL::Util::MultiMap.
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.
Data type for the storage and lookup of arbitrary feature to feature mappings.
Definition: FeatureMapping.hpp:54
std::shared_ptr< FeatureMapping > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated FeatureMapping instances.
Definition: FeatureMapping.hpp:58
A multiple sorted associative container that maps keys to values.
Definition: MultiMap.hpp:96
The namespace of the Chemical Data Processing Library.