MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / SetValue

Method SetValue

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:815–825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813}
814
815void XMLNode::SetValue(const char* str, bool staticMem)
816{
817 if (staticMem)
818 {
819 _value.SetInternedStr(str);
820 }
821 else
822 {
823 _value.SetStr(str);
824 }
825}
826
827XMLNode* XMLNode::DeepClone(XMLDocument* target) const
828{

Callers 5

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

Calls 2

SetInternedStrMethod · 0.80
SetStrMethod · 0.80

Tested by

no test coverage detected