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

Function ClearBuffer

sourcecommon/tinyxml2.h:2034–2037  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2032 beginning.
2033 */
2034 void ClearBuffer() {
2035 _buffer.Clear();
2036 _buffer.Push(0);
2037 }
2038
2039protected:
2040 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