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

Method reset

UnitTests/TestApp/pugixml.cpp:5695–5699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5693 }
5694
5695 PUGI__FN void xml_document::reset()
5696 {
5697 destroy();
5698 create();
5699 }
5700
5701 PUGI__FN void xml_document::reset(const xml_document& proto)
5702 {

Callers 6

~OgreDataStreamMethod · 0.45
destroyMethod · 0.45
destroyMethod · 0.45
RTTLayerNodeMethod · 0.45
renderToTargetMethod · 0.45

Calls 3

resetFunction · 0.85
first_childMethod · 0.45
next_siblingMethod · 0.45

Tested by

no test coverage detected