MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / DeleteNode

Method DeleteNode

sourcecommon/tinyxml2.cpp:865–873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

863}
864
865void XMLNode::DeleteNode( XMLNode* node )
866{
867 if ( node == 0 ) {
868 return;
869 }
870 MemPool* pool = node->_memPool;
871 node->~XMLNode();
872 pool->Free( node );
873}
874
875// --------- XMLText ---------- //
876char* XMLText::ParseDeep( char* p, StrPair* )

Callers

nothing calls this directly

Calls 2

~XMLNodeMethod · 0.80
FreeMethod · 0.80

Tested by

no test coverage detected