-- Single value
| 182 | public: |
| 183 | // -- Single value |
| 184 | void Set(std::string const& key, std::string const& value) |
| 185 | { |
| 186 | this->Value_[key] = value; |
| 187 | } |
| 188 | void SetConfig(std::string const& key, |
| 189 | cmQtAutoGenInitializer::ConfigString const& cfgStr); |
| 190 | void SetBool(std::string const& key, bool value) |
no outgoing calls
no test coverage detected