15 const std::string&
Key()
const;
22 return os <<
"{ Key: \"" << p.key <<
"\" -> " << *p.value <<
" }";
const std::string & Key() const
Will return the key of this parameter.
Parameter(const std::string &key, const Value *value)
friend std::ostream & operator<<(std::ostream &os, const Parameter &p)
const Value * GetValue() const
Will return the value of this parameter.
Abstract class for values.