MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / InsertChildPreamble

Method InsertChildPreamble

Source/ThirdParty/tinyxml2/tinyxml2.cpp:1048–1057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1046}
1047
1048void XMLNode::InsertChildPreamble( XMLNode* insertThis ) const
1049{
1050 TIXMLASSERT( insertThis );
1051 TIXMLASSERT( insertThis->_document == _document );
1052
1053 if ( insertThis->_parent )
1054 insertThis->_parent->Unlink( insertThis );
1055 else
1056 insertThis->_memPool->SetTracked();
1057}
1058
1059// --------- XMLText ---------- //
1060char* XMLText::ParseDeep( char* p, StrPair* )

Callers

nothing calls this directly

Calls 2

UnlinkMethod · 0.80
SetTrackedMethod · 0.80

Tested by

no test coverage detected