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

Method ToComment

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

Source from the content-addressed store, hash-verified

1184 virtual const char* Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding );
1185
1186 virtual const TiXmlComment* ToComment() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type.
1187 virtual TiXmlComment* ToComment() { return this; } ///< Cast to a more defined type. Will return null not of the requested type.
1188
1189 /** 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