MCPcopy Create free account
hub / github.com/JayXon/Leanify / Pop

Method Pop

lib/tinyxml2/tinyxml2.h:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 }
248
249 T Pop() {
250 TIXMLASSERT( _size > 0 );
251 return _mem[--_size];
252 }
253
254 void PopArr( int count ) {
255 TIXMLASSERT( _size >= count );

Callers 2

ClearMethod · 0.80
CloseElementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected