Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ Push
Method
Push
Dependencies/tinyxml2/include/tinyxml2.h:228–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
void Push( T t ) {
229
TIXMLASSERT( _size < INT_MAX );
230
EnsureCapacity( _size+1 );
231
_mem[_size] = t;
232
++_size;
233
}
234
235
T* PushArr( int count ) {
236
TIXMLASSERT( count >= 0 );
Callers
5
XMLPrinter
Method · 0.80
OpenElement
Method · 0.80
Alloc
Method · 0.80
CreateUnlinkedNode
Method · 0.80
ClearBuffer
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected