Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ clearRoot
Method
clearRoot
MyGUIEngine/src/MyGUI_XmlDocument.cpp:813–816 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
811
}
812
813
void Document::clearRoot()
814
{
815
mRoot.reset();
816
}
817
818
ElementPtr Document::createDeclaration(std::string_view _version, std::string_view _encoding)
819
{
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected