MCPcopy Create free account
hub / github.com/cemu-project/Cemu / Push

Method Push

src/util/tinyxml2/tinyxml2.h:212–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 }
211
212 void Push(T t) {
213 TIXMLASSERT(_size < INT_MAX);
214 EnsureCapacity(_size + 1);
215 _mem[_size] = t;
216 ++_size;
217 }
218
219 T* PushArr(int count) {
220 TIXMLASSERT(count >= 0);

Callers 5

AllocMethod · 0.45
CreateUnlinkedNodeMethod · 0.45
ClearBufferFunction · 0.45
XMLPrinterMethod · 0.45
OpenElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected