MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / XMLDeclaration

Method XMLDeclaration

sourcecommon/tinyxml2.cpp:977–979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975// --------- XMLDeclaration ---------- //
976
977XMLDeclaration::XMLDeclaration( XMLDocument* doc ) : XMLNode( doc )
978{
979}
980
981
982XMLDeclaration::~XMLDeclaration()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected