40 #ifndef _BPPAPPLICATION_H_ 41 #define _BPPAPPLICATION_H_ 43 #include "../Exceptions.h" 56 mutable std::map<std::string, std::string>
params_;
70 if (
params_.find(name) ==
params_.end())
throw Exception(
"BppApplication::getParam(). Parameter '" + name +
"' not found.");
80 #endif // _BPPAPPLICATION_H_ const std::string & getParam(const std::string &name) const
This class allows to perform a correspondence analysis.
std::string & getParam(const std::string &name)
std::map< std::string, std::string > params_
BppApplication(int argc, char *argv[], const std::string &name)
std::map< std::string, std::string > & getParams()