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

Method ToDocument

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

Source from the content-addressed store, hash-verified

1530 void SetError( int err, const char* errorLocation, TiXmlParsingData* prevData, TiXmlEncoding encoding );
1531
1532 virtual const TiXmlDocument* ToDocument() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type.
1533 virtual TiXmlDocument* ToDocument() { return this; } ///< Cast to a more defined type. Will return null not of the requested type.
1534
1535 /** 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