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

Method NewText

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:2195–2200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2193}
2194
2195XMLText* XMLDocument::NewText(const char* str)
2196{
2197 XMLText* text = CreateUnlinkedNode<XMLText>(_textPool);
2198 text->SetValue(str);
2199 return text;
2200}
2201
2202XMLDeclaration* XMLDocument::NewDeclaration(const char* str)
2203{

Callers 2

ShallowCloneMethod · 0.80
SetTextMethod · 0.80

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected