MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / AddSetting

Method AddSetting

SampleFramework11/v1.02/Settings.cpp:727–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725}
726
727void SettingsContainer::AddSetting(Setting* setting)
728{
729 Assert_(setting != NULL);
730 settings[setting->Name()] = setting;
731}
732
733// Global definition
734SettingsContainer Settings;

Callers 1

InitializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected