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

Method Push

lib/tinyxml2/tinyxml2.h:234–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 }
233
234 void Push( T t ) {
235 TIXMLASSERT( _size < INT_MAX );
236 EnsureCapacity( _size+1 );
237 _mem[_size++] = t;
238 }
239
240 T* PushArr( int count ) {
241 TIXMLASSERT( count >= 0 );

Callers 4

AllocMethod · 0.80
ClearBufferFunction · 0.80
XMLPrinterMethod · 0.80
OpenElementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected