MCPcopy Create free account
hub / github.com/JayXon/Leanify / ClearBuffer

Function ClearBuffer

lib/tinyxml2/tinyxml2.h:2085–2088  ·  view source on GitHub ↗

If in print to memory mode, reset the buffer to the beginning. */

Source from the content-addressed store, hash-verified

2083 beginning.
2084 */
2085 void ClearBuffer() {
2086 _buffer.Clear();
2087 _buffer.Push(0);
2088 }
2089
2090protected:
2091 virtual bool CompactMode( const XMLElement& ) { return _compactMode; }

Callers

nothing calls this directly

Calls 2

PushMethod · 0.80
ClearMethod · 0.45

Tested by

no test coverage detected