MCPcopy Create free account
hub / github.com/JayXon/Leanify / SetValue

Method SetValue

lib/tinyxml2/tinyxml2.cpp:650–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650void XMLNode::SetValue( const char* str, bool staticMem )
651{
652 if ( staticMem ) {
653 _value.SetInternedStr( str );
654 }
655 else {
656 _value.SetStr( str );
657 }
658}
659
660
661void XMLNode::DeleteChildren()

Callers 5

SetTextMethod · 0.80
NewCommentMethod · 0.80
NewTextMethod · 0.80
NewDeclarationMethod · 0.80
NewUnknownMethod · 0.80

Calls 2

SetInternedStrMethod · 0.80
SetStrMethod · 0.80

Tested by

no test coverage detected