MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / ToDocument

Function ToDocument

externals/tinyxml2/tinyxml2.h:700–702  ·  view source on GitHub ↗

Safely cast to a Document, or null.

Source from the content-addressed store, hash-verified

698 }
699 /// Safely cast to a Document, or null.
700 virtual XMLDocument* ToDocument() {
701 return 0;
702 }
703 /// Safely cast to a Declaration, or null.
704 virtual XMLDeclaration* ToDeclaration() {
705 return 0;

Callers 1

ParseDeepMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected