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

Method build_xml

lib_acl_cpp/src/stdlib/xml1.cpp:580–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580void xml1::build_xml(string& out) const
581{
582 (void) acl_xml_build(xml_, out.vstring());
583}
584
585const char* xml1::to_string(size_t* len /* = NULL */) const
586{

Callers

nothing calls this directly

Calls 2

acl_xml_buildFunction · 0.85
vstringMethod · 0.80

Tested by

no test coverage detected