MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / ~File

Method ~File

DEVELOPER/core/File.cpp:50–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50File::~File()
51{
52 if (isDirectory == true) {
53
54 FileIter theDirFiles = this->getFiles();
55 File *aDirFile;
56 while ((aDirFile = theDirFiles()) != 0)
57 delete aDirFile;
58 }
59 dirFiles.clear();
60}
61
62int
63File::clear(void)

Callers

nothing calls this directly

Calls 2

getFilesMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected