Searched refs:OutputFile (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/
H A Doutput.hh98 class OutputFile class in inherits:OutputStream
104 virtual ~OutputFile();
117 OutputFile(const OutputDirectory &dir,
123 OutputFile(const OutputFile<StreamType> &f);
213 * recreateable (see OutputFile) output file in the current output
248 * Closes an output file and free the corresponding OutputFile.
H A Doutput.cc83 OutputFile<StreamType>::OutputFile(const OutputDirectory &dir, function in class:OutputFile
97 OutputFile<StreamType>::~OutputFile()
105 OutputFile<StreamType>::relocate(const OutputDirectory &dir)
232 os = new OutputFile<gzofstream>(*this, name, mode, recreateable);
234 os = new OutputFile<ofstream>(*this, name, mode, recreateable);

Completed in 6 milliseconds