MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / operator()

Method operator()

DEVELOPER/core/FileIter.cpp:46–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46File *
47FileIter::operator()(void)
48{
49
50 if (iter != theDirFiles->end()) {
51 File *result = iter->second;
52 iter++;
53 return result;
54 } else
55 return 0;
56}
57

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected