29 #ifndef CDPL_PHARM_FEATUREMAPPING_HPP
30 #define CDPL_PHARM_FEATUREMAPPING_HPP
63 const char* getClassName()
const
65 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:60
A multiple sorted associative container that maps keys to values.
Definition: MultiMap.hpp:117
The namespace of the Chemical Data Processing Library.