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

Function VisitExit

3rdparty/tinyxml2/tinyxml2.h:487–489  ·  view source on GitHub ↗

Visit a document.

Source from the content-addressed store, hash-verified

485 }
486 /// Visit a document.
487 virtual bool VisitExit( const XMLDocument& /*doc*/ ) {
488 return true;
489 }
490
491 /// Visit an element.
492 virtual bool VisitEnter( const XMLElement& /*element*/, const XMLAttribute* /*firstAttribute*/ ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected