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

Method ~xml2

lib_acl_cpp/src/stdlib/xml2.cpp:297–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297xml2::~xml2()
298{
299 if (iter_) {
300 acl_myfree(iter_);
301 }
302 delete root_;
303 acl_xml2_free(xml_);
304}
305
306xml& xml2::ignore_slash(bool on)
307{

Callers

nothing calls this directly

Calls 1

acl_xml2_freeFunction · 0.85

Tested by

no test coverage detected