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

Method get

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

Source from the content-addressed store, hash-verified

404bool ConfigFile::getBool(const UString &key) { return this->pimpl->getTyped<bool>(key); }
405float ConfigFile::getFloat(const UString &key) { return this->pimpl->getTyped<float>(key); }
406bool ConfigFile::get(const UString &key) { return this->pimpl->get(key); }
407
408UString ConfigFile::describe(const UString &section, const UString &name)
409{

Callers 15

enableFileLoggerFunction · 0.45
loadPlaylistsMethod · 0.45
readNodeFunction · 0.45
getInfoMethod · 0.45
DataImplMethod · 0.45
loadVoxelSliceMethod · 0.45
loadPaletteMethod · 0.45
readAliasFileMethod · 0.45
underflowMethod · 0.45
seekoffMethod · 0.45
seekposMethod · 0.45
sizeMethod · 0.45

Calls 4

getIntMethod · 0.80
getBoolMethod · 0.80
getFloatMethod · 0.80
getStringMethod · 0.45

Tested by

no test coverage detected