MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Clear

Method Clear

sourcecommon/tinyxml2.h:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 }
224
225 void Clear() {
226 _size = 0;
227 }
228
229 void Push( T t ) {
230 EnsureCapacity( _size+1 );

Callers 1

ClearBufferFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected