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

Method DBLogReader

DebugView++Lib/DBLogReader.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace debugviewpp {
17
18DBLogReader::DBLogReader(Timer& timer, ILineBuffer& linebuffer, FileType::type filetype, const std::wstring& filename) :
19 FileReader(timer, linebuffer, filetype, filename),
20 m_linenumber(0)
21{
22}
23
24uint64_t FileTimeToUInt64(const FILETIME& ft)
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected