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

Method ToElement

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

Source from the content-addressed store, hash-verified

1131 virtual const char* Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding );
1132
1133 virtual const TiXmlElement* ToElement() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type.
1134 virtual TiXmlElement* ToElement() { return this; } ///< Cast to a more defined type. Will return null not of the requested type.
1135
1136 /** 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