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

Function ToDeclaration

lib/tinyxml2/tinyxml2.h:682–684  ·  view source on GitHub ↗

Safely cast to a Declaration, or null.

Source from the content-addressed store, hash-verified

680 }
681 /// Safely cast to a Declaration, or null.
682 virtual XMLDeclaration* ToDeclaration() {
683 return 0;
684 }
685 /// Safely cast to an Unknown, or null.
686 virtual XMLUnknown* ToUnknown() {
687 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected