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

Method DefaultOutputMgr

src/DefaultOutputMgr.cpp:267–271  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

265
266//////////////////////////////////////////////////////////////////
267DefaultOutputMgr::DefaultOutputMgr(std::ofstream *ofile)
268 : ofile_(ofile)
269{
270
271}
272
273DefaultOutputMgr::DefaultOutputMgr()
274 : ofile_(NULL)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected