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

Class Message

include/DebugView++Lib/LogFile.h:19–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace debugviewpp {
18
19struct Message
20{
21 Message(double time, FILETIME systemTime, DWORD pid, const std::string& processName, const std::string& msg, COLORREF color = Colors::BackGround);
22
23 double time;
24 FILETIME systemTime;
25 DWORD processId;
26 std::string processName;
27 std::string text;
28 COLORREF color;
29};
30
31class LogFile
32{

Callers 7

operator[]Method · 0.85
LoadLogFileFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
CreateTestFileFunction · 0.85
AppendToTestFileFunction · 0.85
ProcessLinesMethod · 0.85
LoadMethod · 0.85

Calls

no outgoing calls

Tested by 4

LoadLogFileFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
CreateTestFileFunction · 0.68
AppendToTestFileFunction · 0.68