MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Empty

Method Empty

sourcecommon/tinyxml2.h:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 const char* GetStr();
173
174 bool Empty() const {
175 return _start == _end;
176 }
177
178 void SetInternedStr( const char* str ) {
179 Reset();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected