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

Method SetInternedStr

examples/ThirdPartyLibs/tinyxml2/tinyxml2.h:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 void SetInternedStr(const char* str)
199 {
200 Reset();
201 _start = const_cast<char*>(str);
202 }
203
204 void SetStr(const char* str, int flags = 0);
205

Callers 1

SetValueMethod · 0.80

Calls 1

ResetFunction · 0.50

Tested by

no test coverage detected