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

Method GetDocument

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

Source from the content-addressed store, hash-verified

688 */
689 const TiXmlDocument* GetDocument() const;
690 TiXmlDocument* GetDocument() {
691 return const_cast< TiXmlDocument* >( (const_cast< const TiXmlNode* >(this))->GetDocument() );
692 }
693
694 /// Returns true if this node has no children.
695 bool NoChildren() const { return !firstChild; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected