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

Function VisitExit

sourcecommon/tinyxml2.h:452–454  ·  view source on GitHub ↗

Visit a document.

Source from the content-addressed store, hash-verified

450 }
451 /// Visit a document.
452 virtual bool VisitExit( const XMLDocument& /*doc*/ ) {
453 return true;
454 }
455
456 /// Visit an element.
457 virtual bool VisitEnter( const XMLElement& /*element*/, const XMLAttribute* /*firstAttribute*/ ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected