MCPcopy Create free account
hub / github.com/csmith-project/csmith / ~DefaultOutputMgr

Method ~DefaultOutputMgr

src/DefaultOutputMgr.cpp:279–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279DefaultOutputMgr::~DefaultOutputMgr()
280{
281 std::vector<std::ofstream *>::iterator out;
282 for (out = outs.begin(); out != outs.end(); ++out) {
283 (*out)->close();
284 delete (*out);
285 }
286 outs.clear();
287 if (ofile_)
288 ofile_->close();
289 delete ofile_;
290}
291

Callers

nothing calls this directly

Calls 3

beginMethod · 0.80
endMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected