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

Method Add

DebugView++Lib/VectorLineBuffer.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void VectorLineBuffer::Add(double time, FILETIME systemTime, HANDLE handle, const std::string& message, const LogSource* pSource)
23{
24 std::unique_lock<std::mutex> lock(m_linesMutex);
25 m_buffer.push_back(Line(time, systemTime, handle, message, pSource));
26}
27
28void VectorLineBuffer::Add(double time, FILETIME systemTime, DWORD pid, const std::string& processName, const std::string& message, const LogSource* pSource)
29{

Callers

nothing calls this directly

Calls 1

LineClass · 0.50

Tested by

no test coverage detected