Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
727
void SettingsContainer::AddSetting(Setting* setting)
728
{
729
Assert_(setting != NULL);
730
settings[setting->Name()] = setting;
731
}
732
733
// Global definition
734
SettingsContainer Settings;
Callers
1
Initialize
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected