MCPcopy Create free account
hub / github.com/crossuo/crossuo / Empty

Method Empty

external/tinyxml2.h:256–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 }
255
256 bool Empty() const {
257 return _size == 0;
258 }
259
260 T& operator[](int i) {
261 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