MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / XMLNode

Method XMLNode

3rdparty/tinyxml2/tinyxml2.cpp:798–808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796// --------- XMLNode ----------- //
797
798XMLNode::XMLNode( XMLDocument* doc ) :
799 _document( doc ),
800 _parent( 0 ),
801 _value(),
802 _parseLineNum( 0 ),
803 _firstChild( 0 ), _lastChild( 0 ),
804 _prev( 0 ), _next( 0 ),
805 _userData( 0 ),
806 _memPool( 0 )
807{
808}
809
810
811XMLNode::~XMLNode()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected