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

Method Write

CobaltFusion/CircularBuffer.cpp:164–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void CircularBuffer::Write(char value)
165{
166 //std::cerr << " " << m_writeOffset << " <= " << unsigned int(unsigned char(value)) << "\n";
167 *WritePointer() = value;
168 IncreaseWritePointer();
169}
170
171void CircularBuffer::DumpStats()
172{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected