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

Function ToComment

lib/tinyxml2/tinyxml2.h:674–676  ·  view source on GitHub ↗

Safely cast to a Comment, or null.

Source from the content-addressed store, hash-verified

672 }
673 /// Safely cast to a Comment, or null.
674 virtual XMLComment* ToComment() {
675 return 0;
676 }
677 /// Safely cast to a Document, or null.
678 virtual XMLDocument* ToDocument() {
679 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected