MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / SetValue

Method SetValue

3rdparty/tinyxml2/tinyxml2.cpp:855–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853}
854
855void XMLNode::SetValue( const char* str, bool staticMem )
856{
857 if ( staticMem ) {
858 _value.SetInternedStr( str );
859 }
860 else {
861 _value.SetStr( str );
862 }
863}
864
865XMLNode* XMLNode::DeepClone(XMLDocument* target) const
866{

Callers 5

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

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected