MCPcopy 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}
43StandardStream::~StandardStream()
44{
45 if (fileOpen == 1)
46 theFile.close();
47}
48
49int
50StandardStream::setFile(const char *fileName, openMode mode, bool echo)

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected