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

Method Initialize

DebugView++Lib/FileReader.cpp:37–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void FileReader::Initialize()
38{
39 if (m_initialized)
40 return;
41
42 m_initialized = true;
43 if (m_ifstream.is_open())
44 {
45 ReadUntilEof();
46 }
47}
48
49bool FileReader::AtEnd() const
50{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected