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

Function Visit

3rdparty/tinyxml2/tinyxml2.h:501–503  ·  view source on GitHub ↗

Visit a declaration.

Source from the content-addressed store, hash-verified

499
500 /// Visit a declaration.
501 virtual bool Visit( const XMLDeclaration& /*declaration*/ ) {
502 return true;
503 }
504 /// Visit a text node.
505 virtual bool Visit( const XMLText& /*text*/ ) {
506 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected