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