MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / Clear

Method Clear

Dependencies/tinyxml2/include/tinyxml2.h:224–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 void Clear() {
225 _size = 0;
226 }
227
228 void Push( T t ) {
229 TIXMLASSERT( _size < INT_MAX );

Callers 1

ClearBufferFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected