MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Visit

Function Visit

sourcecommon/tinyxml2.h:466–468  ·  view source on GitHub ↗

Visit a declaration.

Source from the content-addressed store, hash-verified

464
465 /// Visit a declaration.
466 virtual bool Visit( const XMLDeclaration& /*declaration*/ ) {
467 return true;
468 }
469 /// Visit a text node.
470 virtual bool Visit( const XMLText& /*text*/ ) {
471 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected