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