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

Method Set

examples/ThirdPartyLibs/tinyxml2/tinyxml2.h:181–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 ~StrPair();
180
181 void Set(char* start, char* end, int flags)
182 {
183 TIXMLASSERT(start);
184 TIXMLASSERT(end);
185 Reset();
186 _start = start;
187 _end = end;
188 _flags = flags | NEEDS_FLUSH;
189 }
190
191 const char* GetStr();
192

Callers

nothing calls this directly

Calls 1

ResetFunction · 0.50

Tested by

no test coverage detected