MCPcopy Create free account
hub / github.com/JayXon/Leanify / XMLNode

Method XMLNode

lib/tinyxml2/tinyxml2.cpp:627–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625// --------- XMLNode ----------- //
626
627XMLNode::XMLNode( XMLDocument* doc ) :
628 _document( doc ),
629 _parent( 0 ),
630 _firstChild( 0 ), _lastChild( 0 ),
631 _prev( 0 ), _next( 0 ),
632 _memPool( 0 )
633{
634}
635
636
637XMLNode::~XMLNode()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected