4 #ifndef DMLITE_CPP_DMLITE_H
5 #define DMLITE_CPP_DMLITE_H
10 #include <boost/any.hpp>
169 void set(
const std::string& key,
const boost::any& value)
throw (
DmException);
174 boost::any
get(
const std::string& key)
const throw (
DmException);
185 bool contains(
const std::string& key)
throw ();
248 #define PLUGIN_ID_HEADER dmlite::API_VERSION
252 #endif // DMLITE_CPP_DMLITE_H