MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / ToDeclaration

Method ToDeclaration

Source/3rdParty/tinyxml2/tinyxml2.h:559–561  ·  view source on GitHub ↗

Safely cast to a Declaration, or null.

Source from the content-addressed store, hash-verified

557 }
558 /// Safely cast to a Declaration, or null.
559 virtual XMLDeclaration* ToDeclaration() {
560 return 0;
561 }
562 /// Safely cast to an Unknown, or null.
563 virtual XMLUnknown* ToUnknown() {
564 return 0;

Callers 3

ToDeclarationMethod · 0.45
ToDeclarationMethod · 0.45
ShallowEqualMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected