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

Method getRoot

MyGUIEngine/src/MyGUI_XmlDocument.cpp:921–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

919 }
920
921 ElementPtr Document::getRoot() const
922 {
923 return mRoot.get();
924 }
925
926 void Document::setLastFileError(std::string_view _filename)
927 {

Callers 2

_loadImplementMethod · 0.45
_loadLanguageXMLMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected