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

Function VisitEnter

sourcecommon/tinyxml2.h:448–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446
447 /// Visit a document.
448 virtual bool VisitEnter( const XMLDocument& /*doc*/ ) {
449 return true;
450 }
451 /// Visit a document.
452 virtual bool VisitExit( const XMLDocument& /*doc*/ ) {
453 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected