MCPcopy Create free account
hub / github.com/OpenMW/openmw / Clone

Method Clone

extern/oics/tinyxml/tinyxml.cpp:876–884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874
875
876TiXmlNode* TiXmlElement::Clone() const
877{
878 TiXmlElement* clone = new TiXmlElement( Value() );
879 if ( !clone )
880 return 0;
881
882 CopyTo( clone );
883 return clone;
884}
885
886
887const char* TiXmlElement::GetText() const

Callers 5

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

Calls 1

ValueClass · 0.50

Tested by

no test coverage detected