Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ Empty
Method
Empty
Engine/lib/tinyxml/tinyxml2.h:253–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
bool Empty() const {
254
return _size == 0;
255
}
256
257
T& operator[](int i) {
258
TIXMLASSERT( i>= 0 && i < _size );
Callers
3
Clear
Method · 0.45
ParseDeep
Method · 0.45
ErrorStr
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected