Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void CSimpleFile::Close()
45
{
46
if (m_fFile.is_open()) {
47
m_fFile.flush();
48
m_fFile.close();
49
}
50
}
51
52
std::string CSimpleFile::GetErrorMessage() const {
53
if (m_fFile)
Callers
12
main
Function · 0.45
ShowDialog
Method · 0.45
OpenWaveFile
Method · 0.45
SaveDocument
Method · 0.45
SetupAutoSave
Method · 0.45
OnBnClickedButtonImport
Method · 0.45
OnBnClickedButtonExport
Method · 0.45
ReadFromFile
Method · 0.45
OnFileNameChange
Method · 0.45
LoadSample
Method · 0.45
OnBnClickedSave
Method · 0.45
~CAPU
Method · 0.45
Calls
no outgoing calls
Tested by
1
main
Function · 0.36