MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / SetValue

Method SetValue

Source/3rdParty/tinyxml2/tinyxml2.cpp:537–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537void XMLNode::SetValue(const char* str, bool staticMem) {
538 if (staticMem) {
539 _value.SetInternedStr(str);
540 } else {
541 _value.SetStr(str);
542 }
543}
544
545void XMLNode::DeleteChildren() {
546 while (_firstChild) {

Callers 4

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