MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / IncreaseReadPointer

Method IncreaseReadPointer

CobaltFusion/CircularBuffer.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void CircularBuffer::IncreaseReadPointer()
130{
131 m_readOffset = NextPosition(m_readOffset);
132}
133
134void CircularBuffer::IncreaseWritePointer()
135{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected