MCPcopy Create free account
hub / github.com/DFHack/dfhack / Clone

Method Clone

depends/tinyxml/tinyxml.cpp:889–897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887
888
889TiXmlNode* TiXmlElement::Clone() const
890{
891 TiXmlElement* clone = new TiXmlElement( Value() );
892 if ( !clone )
893 return 0;
894
895 CopyTo( clone );
896 return clone;
897}
898
899
900const char* TiXmlElement::GetText() const

Callers 5

InsertEndChildMethod · 0.80
InsertBeforeChildMethod · 0.80
InsertAfterChildMethod · 0.80
ReplaceChildMethod · 0.80
CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected