Chemical Data Processing Library C++ API - Version 1.1.1
|
Definition of the preprocessor macro CDPL_DEFINE_LOOKUP_KEY. More...
#include "CDPL/Base/LookupKey.hpp"
Go to the source code of this file.
Macros | |
#define | CDPL_DEFINE_LOOKUP_KEY(name) const CDPL::Base::LookupKey name = CDPL::Base::LookupKey::create(#name); |
Defines a constant CDPL::Base::LookupKey variable with the specified name. More... | |
Definition of the preprocessor macro CDPL_DEFINE_LOOKUP_KEY.
#define CDPL_DEFINE_LOOKUP_KEY | ( | name | ) | const CDPL::Base::LookupKey name = CDPL::Base::LookupKey::create(#name); |
Defines a constant CDPL::Base::LookupKey variable with the specified name.
The variable is initialized with a new unique CDPL::Base::LookupKey instance created by a call to CDPL::Base::LookupKey::create(const std::string& name).
name | The name of the variable to define. |