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

Method Reset

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:167–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void StrPair::Reset()
168{
169 if (_flags & NEEDS_DELETE)
170 {
171 delete[] _start;
172 }
173 _flags = 0;
174 _start = 0;
175 _end = 0;
176}
177
178void StrPair::SetStr(const char* str, int flags)
179{

Callers 2

TransferToMethod · 0.45
SetErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected