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

Method Line

DebugView++Lib/Line.cpp:15–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace debugviewpp {
14
15Line::Line(double time, FILETIME systemTime, HANDLE handle, const std::string& message, const LogSource* pLogSource) :
16 time(time),
17 systemTime(systemTime),
18 handle(handle),
19 pid(0),
20 message(message),
21 pLogSource(pLogSource)
22{
23}
24
25Line::Line(double time, FILETIME systemTime, DWORD pid, const std::string& processName, const std::string& message, const LogSource* pLogSource) :
26 time(time),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected