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

Method build_xml

lib_acl_cpp/src/stdlib/xml2.cpp:540–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540void xml2::build_xml(string& out) const
541{
542 (void) acl_xml2_build2(xml_, out.vstring());
543}
544
545const char* xml2::to_string(size_t* len /* = NULL */) const
546{

Callers 15

doPostMethod · 0.45
do_xmlMethod · 0.45
testFunction · 0.45
test2Function · 0.45
test_buildFunction · 0.45
mainFunction · 0.45
testFunction · 0.45
test2Function · 0.45
test_buildFunction · 0.45
testFunction · 0.45
test2Function · 0.45
doPostMethod · 0.45

Calls 2

acl_xml2_build2Function · 0.85
vstringMethod · 0.80

Tested by 2

test_buildFunction · 0.36
test_buildFunction · 0.36