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

Method Initialize

DebugView++Lib/BinaryFileReader.cpp:58–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void BinaryFileReader::Initialize()
59{
60 if (m_initialized)
61 {
62 return;
63 }
64 m_initialized = true;
65
66 if (m_wifstream.is_open())
67 {
68 ReadUntilEof();
69 m_end = false;
70 }
71}
72
73bool BinaryFileReader::AtEnd() const
74{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected