MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / Close

Method Close

Source/SimpleFile.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void CSimpleFile::Close()
45{
46 if (m_fFile.is_open()) {
47 m_fFile.flush();
48 m_fFile.close();
49 }
50}
51
52std::string CSimpleFile::GetErrorMessage() const {
53 if (m_fFile)

Callers 12

mainFunction · 0.45
ShowDialogMethod · 0.45
OpenWaveFileMethod · 0.45
SaveDocumentMethod · 0.45
SetupAutoSaveMethod · 0.45
ReadFromFileMethod · 0.45
OnFileNameChangeMethod · 0.45
LoadSampleMethod · 0.45
OnBnClickedSaveMethod · 0.45
~CAPUMethod · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36