MCPcopy Create free account
hub / github.com/JayXon/Leanify / XMLDeclaration

Method XMLDeclaration

lib/tinyxml2/tinyxml2.cpp:1052–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1050// --------- XMLDeclaration ---------- //
1051
1052XMLDeclaration::XMLDeclaration( XMLDocument* doc ) : XMLNode( doc )
1053{
1054}
1055
1056
1057XMLDeclaration::~XMLDeclaration()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected