MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / SetValue

Method SetValue

sourcecommon/tinyxml2.cpp:589–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589void XMLNode::SetValue( const char* str, bool staticMem )
590{
591 if ( staticMem ) {
592 _value.SetInternedStr( str );
593 }
594 else {
595 _value.SetStr( str );
596 }
597}
598
599
600void 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