MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / ToDeclaration

Method ToDeclaration

Source/3rdParty/tinyxml2/tinyxml2.h:1755–1757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1753 return ((_node && _node->ToUnknown()) ? _node->ToUnknown() : 0);
1754 }
1755 const XMLDeclaration* ToDeclaration() const {
1756 return ((_node && _node->ToDeclaration()) ? _node->ToDeclaration() : 0);
1757 }
1758
1759private:
1760 const XMLNode* _node;

Callers

nothing calls this directly

Calls 1

ToDeclarationMethod · 0.45

Tested by

no test coverage detected