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

Method setContent

MyGUIEngine/src/MyGUI_XmlDocument.cpp:323–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321 }
322
323 void Element::setContent(std::string_view _content)
324 {
325 mContent = _content;
326 }
327
328 const std::string& Element::getName() const
329 {

Callers 1

parseLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected