| 169 | } |
| 170 | |
| 171 | void MemorySettingsInterface::SetStringValue(const char* section, const char* key, const char* value) |
| 172 | { |
| 173 | SetValue(section, key, value); |
| 174 | } |
| 175 | |
| 176 | std::vector<std::pair<std::string, std::string>> MemorySettingsInterface::GetKeyValueList(const char* section) const |
| 177 | { |
no outgoing calls
no test coverage detected