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

Method ToText

Source/3rdParty/tinyxml2/tinyxml2.h:547–549  ·  view source on GitHub ↗

Safely cast to Text, or null.

Source from the content-addressed store, hash-verified

545 }
546 /// Safely cast to Text, or null.
547 virtual XMLText* ToText() {
548 return 0;
549 }
550 /// Safely cast to a Comment, or null.
551 virtual XMLComment* ToComment() {
552 return 0;

Callers 9

ToTextMethod · 0.45
ToTextMethod · 0.45
ShallowEqualMethod · 0.45
GetTextMethod · 0.45
QueryIntTextMethod · 0.45
QueryUnsignedTextMethod · 0.45
QueryBoolTextMethod · 0.45
QueryDoubleTextMethod · 0.45
QueryFloatTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected