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

Method XMLElement

3rdparty/tinyxml2/tinyxml2.cpp:1599–1603  ·  view source on GitHub ↗

--------- XMLElement ---------- //

Source from the content-addressed store, hash-verified

1597
1598// --------- XMLElement ---------- //
1599XMLElement::XMLElement( XMLDocument* doc ) : XMLNode( doc ),
1600 _closingType( OPEN ),
1601 _rootAttribute( 0 )
1602{
1603}
1604
1605
1606XMLElement::~XMLElement()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected