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

Function ToDeclaration

sourcecommon/tinyxml2.h:644–646  ·  view source on GitHub ↗

Safely cast to a Declaration, or null.

Source from the content-addressed store, hash-verified

642 }
643 /// Safely cast to a Declaration, or null.
644 virtual XMLDeclaration* ToDeclaration() {
645 return 0;
646 }
647 /// Safely cast to an Unknown, or null.
648 virtual XMLUnknown* ToUnknown() {
649 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected