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

Method getOptions

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

Source from the content-addressed store, hash-verified

460void ConfigFile::showHelp() { this->pimpl->showHelp(); }
461
462std::map<UString, std::vector<ConfigOption>> ConfigFile::getOptions()
463{
464 return this->pimpl->getOptions();
465}
466
467ConfigOption::ConfigOption(const UString section, const UString name, const UString description)
468 : section(section), name(name), description(description)

Callers 1

OptionsMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected