MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / Clone

Method Clone

Libraries/tinyxml/tinyxml.cpp:906–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904
905
906TiXmlNode* TiXmlElement::Clone() const
907{
908 TiXmlElement* clone = new TiXmlElement( Value() );
909 if ( !clone )
910 return 0;
911
912 CopyTo( clone );
913 return clone;
914}
915
916
917const char* TiXmlElement::GetText() const

Callers 5

InsertEndChildMethod · 0.45
InsertBeforeChildMethod · 0.45
InsertAfterChildMethod · 0.45
ReplaceChildMethod · 0.45
CopyToMethod · 0.45

Calls 1

ValueClass · 0.50

Tested by

no test coverage detected