MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / Clear

Method Clear

3rdparty/tinyxml2/tinyxml2.h:219–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 }
218
219 void Clear() {
220 _size = 0;
221 }
222
223 void Push( T t ) {
224 TIXMLASSERT( _size < INT_MAX );

Callers 1

ClearBufferFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected