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

Method SettingDataString

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

Source from the content-addressed store, hash-verified

59// SettingDataString
60
61SettingDataString::SettingDataString(const SettingMetaString* meta) : SettingData(meta->key, meta->type), meta(meta) {
62 assert(meta != nullptr);
63 this->Reset();
64}
65
66SettingDataString::SettingDataString(const std::string& key, const SettingType& type) : SettingData(key, type), meta(nullptr) {}
67

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.95

Tested by

no test coverage detected