MCPcopy Create free account
hub / github.com/JayXon/Leanify / ~XMLText

Function ~XMLText

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

Source from the content-addressed store, hash-verified

957protected:
958 XMLText( XMLDocument* doc ) : XMLNode( doc ), _isCData( false ) {}
959 virtual ~XMLText() {}
960
961private:
962 bool _isCData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected