MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / SetValue

Method SetValue

ReClass/tinyxml2.cpp:772–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770}
771
772void XMLNode::SetValue( const char* str, bool staticMem )
773{
774 if ( staticMem ) {
775 _value.SetInternedStr( str );
776 }
777 else {
778 _value.SetStr( str );
779 }
780}
781
782XMLNode* XMLNode::DeepClone(XMLDocument* target) const
783{

Callers 6

SetTextMethod · 0.45
NewCommentMethod · 0.45
NewTextMethod · 0.45
NewDeclarationMethod · 0.45
NewUnknownMethod · 0.45
DrawMethod · 0.45

Calls 2

SetInternedStrMethod · 0.80
SetStrMethod · 0.80

Tested by

no test coverage detected