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