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

Method Pop

Dependencies/tinyxml2/include/tinyxml2.h:244–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 }
243
244 T Pop() {
245 TIXMLASSERT( _size > 0 );
246 --_size;
247 return _mem[_size];
248 }
249
250 void PopArr( int count ) {
251 TIXMLASSERT( _size >= count );

Callers 2

CloseElementMethod · 0.80
ClearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected