33 template <
class valueType>
42 template <
class valueType>
44 valueType returnValue;
51 std::cout <<
"WARNING: parameter " <<
name <<
" not found. Returning default value" << std::endl;
63 typedef std::map<std::string, std::string>
parMap;
std::map< std::string, std::string > parMap
bool put(const std::string &name, const valueType &inputValue)
void printSummary(std::stringstream &ss) const
Prints the full list of parameters.
void printDebug(std::stringstream &ss) const
Prints the full list of parameters.
#define COND_SERIALIZABLE
bool isParameter(const std::string &name) const