MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / XMLDeclaration

Method XMLDeclaration

3rdparty/tinyxml2/tinyxml2.cpp:1336–1338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1334// --------- XMLDeclaration ---------- //
1335
1336XMLDeclaration::XMLDeclaration( XMLDocument* doc ) : XMLNode( doc )
1337{
1338}
1339
1340
1341XMLDeclaration::~XMLDeclaration()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected