MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / SettingMetaString

Method SettingMetaString

vkconfig_core/setting_string.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26const SettingType SettingMetaString::TYPE = SETTING_STRING;
27
28SettingMetaString::SettingMetaString(Layer& layer, const std::string& key) : SettingMetaString(layer, key, TYPE) {}
29
30SettingMetaString::SettingMetaString(Layer& layer, const std::string& key, const SettingType& setting_type)
31 : SettingMeta(layer, key, setting_type) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected