MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / getString

Method getString

framework/configfile.cpp:402–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400bool ConfigFile::save() { return this->pimpl->save(); }
401
402UString ConfigFile::getString(const UString &key) { return this->pimpl->getTyped<UString>(key); }
403int ConfigFile::getInt(const UString &key) { return this->pimpl->getTyped<int>(key); }
404bool ConfigFile::getBool(const UString &key) { return this->pimpl->getTyped<bool>(key); }
405float ConfigFile::getFloat(const UString &key) { return this->pimpl->getTyped<float>(key); }

Callers 1

getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected