Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ clear
Method
clear
MyGUIEngine/src/MyGUI_XmlDocument.cpp:235–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
void Element::clear()
236
{
237
mChildren.clear();
238
mContent.clear();
239
mAttributes.clear();
240
}
241
242
bool Element::findAttribute(std::string_view _name, std::string& _value)
243
{
Callers
1
parseTag
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected