MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / ClearBuffer

Function ClearBuffer

Source/ThirdParty/tinyxml2/tinyxml2.h:2261–2265  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2259 beginning.
2260 */
2261 void ClearBuffer() {
2262 _buffer.Clear();
2263 _buffer.Push(0);
2264 _firstElement = true;
2265 }
2266
2267protected:
2268 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