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

Function LinkEndChild

3rdparty/tinyxml2/tinyxml2.h:847–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845 XMLNode* InsertEndChild( XMLNode* addThis );
846
847 XMLNode* LinkEndChild( XMLNode* addThis ) {
848 return InsertEndChild( addThis );
849 }
850 /**
851 Add a child node as the first (left) child.
852 If the child node is already part of the document,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected