MCPcopy Create free account
hub / github.com/avast/retdec / Pop

Method Pop

deps/tinyxml2/include/tinyxml2/tinyxml2.h:241–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

CloseElementMethod · 0.45
ClearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected