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

Method VectorLineBuffer

DebugView++Lib/VectorLineBuffer.cpp:18–20  ·  view source on GitHub ↗

unused argument to allow this class to be a drop-in replacement for LineBuffer

Source from the content-addressed store, hash-verified

16
17// unused argument to allow this class to be a drop-in replacement for LineBuffer
18VectorLineBuffer::VectorLineBuffer(size_t)
19{
20}
21
22void VectorLineBuffer::Add(double time, FILETIME systemTime, HANDLE handle, const std::string& message, const LogSource* pSource)
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected