MCPcopy 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

ClearMethod · 0.45
ParseDeepMethod · 0.45
ErrorStrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected