MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / GetDocument

Function GetDocument

3rdparty/tinyxml2/tinyxml2.h:682–685  ·  view source on GitHub ↗

Get the XMLDocument that owns this XMLNode.

Source from the content-addressed store, hash-verified

680 }
681 /// Get the XMLDocument that owns this XMLNode.
682 XMLDocument* GetDocument() {
683 TIXMLASSERT( _document );
684 return _document;
685 }
686
687 /// Safely cast to an Element, or null.
688 virtual XMLElement* ToElement() {

Callers 1

SetTextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected