MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / SetValue

Method SetValue

src/xml/tinyxml2.cpp:602–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600}
601
602void XMLNode::SetValue( const char* str, bool staticMem ) {
603 if ( staticMem ) {
604 _value.SetInternedStr( str );
605 } else {
606 _value.SetStr( str );
607 }
608}
609
610
611void 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