40 #ifndef _KEYVALTOOLS_H_ 41 #define _KEYVALTOOLS_H_ 45 #include "../Exceptions.h" 90 static void singleKeyval(
const std::string& desc, std::string& key, std::string& val,
const std::string& split =
"=")
throw (
KeyvalException);
101 static void multipleKeyvals(
const std::string& desc, std::map<std::string, std::string>& keyvals,
const std::string& split =
",",
bool nested =
true)
throw (
KeyvalException);
116 #endif //_KEYVALTOOLS_H_ KeyvalException(const std::string &message)
This class allows to perform a correspondence analysis.
Exception thrown by the Keyval parser.