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

Method WritePointer

CobaltFusion/CircularBuffer.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124char* CircularBuffer::WritePointer() const
125{
126 return m_buffer.get() + m_writeOffset;
127}
128
129void CircularBuffer::IncreaseReadPointer()
130{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected