MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / Empty

Method Empty

3rdparty/tinyxml2/tinyxml2.h:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 }
248
249 bool Empty() const {
250 return _size == 0;
251 }
252
253 T& operator[](size_t i) {
254 TIXMLASSERT( i < _size );

Callers 3

ClearMethod · 0.80
ParseDeepMethod · 0.80
ErrorStrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected