Sets a new value, overriding the one supplied in the constructor.
| 12998 | |
| 12999 | // Sets a new value, overriding the one supplied in the constructor. |
| 13000 | void SetValue(const std::string& new_value) { |
| 13001 | value_ = new_value; |
| 13002 | } |
| 13003 | |
| 13004 | private: |
| 13005 | // The key supplied by the user. |