MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / XMLNode

Method XMLNode

src/xml/tinyxml2.cpp:582–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580// --------- XMLNode ----------- //
581
582XMLNode::XMLNode( XMLDocument* doc ) :
583 _document( doc ),
584 _parent( 0 ),
585 _firstChild( 0 ), _lastChild( 0 ),
586 _prev( 0 ), _next( 0 ),
587 _memPool( 0 ) {
588}
589
590
591XMLNode::~XMLNode() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected