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

Function VisitEnter

3rdparty/tinyxml2/tinyxml2.h:483–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481
482 /// Visit a document.
483 virtual bool VisitEnter( const XMLDocument& /*doc*/ ) {
484 return true;
485 }
486 /// Visit a document.
487 virtual bool VisitExit( const XMLDocument& /*doc*/ ) {
488 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected