Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ ~StandardStream
Method
~StandardStream
DEVELOPER/core/StandardStream.cpp:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
42
}
43
StandardStream::~StandardStream()
44
{
45
if (fileOpen == 1)
46
theFile.close();
47
}
48
49
int
50
StandardStream::setFile(const char *fileName, openMode mode, bool echo)
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected