MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / ToComment

Function ToComment

sourcecommon/tinyxml2.h:636–638  ·  view source on GitHub ↗

Safely cast to a Comment, or null.

Source from the content-addressed store, hash-verified

634 }
635 /// Safely cast to a Comment, or null.
636 virtual XMLComment* ToComment() {
637 return 0;
638 }
639 /// Safely cast to a Document, or null.
640 virtual XMLDocument* ToDocument() {
641 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected