MCPcopy Create free account
hub / github.com/MyGUI/mygui / setPropertyValue

Method setPropertyValue

UnitTests/TestApp/Data.cpp:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 void Data::setPropertyValue(std::string_view _name, std::string_view _value)
94 {
95 MyGUI::MapString::iterator property = mProperties.find(_name);
96 MYGUI_ASSERT(property != mProperties.end(), "Property " << _name << " not found");
97
98 property->second = _value;
99 }
100}

Callers 1

doActionMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected