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

Method XMLNode

sourcecommon/tinyxml2.cpp:566–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564// --------- XMLNode ----------- //
565
566XMLNode::XMLNode( XMLDocument* doc ) :
567 _document( doc ),
568 _parent( 0 ),
569 _firstChild( 0 ), _lastChild( 0 ),
570 _prev( 0 ), _next( 0 ),
571 _memPool( 0 )
572{
573}
574
575
576XMLNode::~XMLNode()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected