MCPcopy Create free account
hub / github.com/acl-dev/acl / reset

Method reset

lib_acl_cpp/src/stdlib/xml1.cpp:600–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598}
599
600void xml1::reset()
601{
602 clear();
603 delete root_;
604 root_ = NULL;
605 acl_xml_reset(xml_);
606 //dummyRootAdded_ = false;
607}
608
609size_t xml1::space() const
610{

Callers

nothing calls this directly

Calls 2

acl_xml_resetFunction · 0.85
clearFunction · 0.50

Tested by

no test coverage detected