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

Method PushArr

sourcecommon/tinyxml2.h:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 }
233
234 T* PushArr( int count ) {
235 EnsureCapacity( _size+count );
236 T* ret = &_mem[_size];
237 _size += count;
238 return ret;
239 }
240
241 T Pop() {
242 return _mem[--_size];

Callers 1

PrintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected