MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / ToText

Method ToText

lesson7-Detection/src/utils/tinyxml.h:1249–1249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1247 virtual const char* Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding );
1248
1249 virtual const TiXmlText* ToText() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type.
1250 virtual TiXmlText* ToText() { return this; } ///< Cast to a more defined type. Will return null not of the requested type.
1251
1252 /** Walk the XML tree visiting this node and all of its children.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected