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

Method DeleteChild

lib/tinyxml2/tinyxml2.cpp:695–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693
694
695void XMLNode::DeleteChild( XMLNode* node )
696{
697 TIXMLASSERT( node );
698 TIXMLASSERT( node->_document == _document );
699 TIXMLASSERT( node->_parent == this );
700 DeleteNode( node );
701}
702
703
704XMLNode* XMLNode::InsertEndChild( XMLNode* addThis )

Callers 2

DeleteNodeMethod · 0.80
LeanifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected