MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / Empty

Method Empty

Dependencies/tinyxml2/include/tinyxml2.h:255–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 }
254
255 bool Empty() const {
256 return _size == 0;
257 }
258
259 T& operator[](int i) {
260 TIXMLASSERT( i>= 0 && i < _size );

Callers 3

ParseDeepMethod · 0.80
ErrorStrMethod · 0.80
ClearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected