MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / Push

Method Push

src/xml/tinyxml2.h:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 }
229
230 void Push( T t ) {
231 TIXMLASSERT( _size < INT_MAX );
232 EnsureCapacity( _size+1 );
233 _mem[_size++] = t;
234 }
235
236 T* PushArr( int count ) {
237 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