Searched refs:gzofstream (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/iostream3/
H A Dzfstream.h323 class gzofstream : public std::ostream class in inherits:std::ostream
327 gzofstream();
335 gzofstream(const char* name,
344 gzofstream(int fd,
409 * This class defines a two-argument manipulator for gzofstream. It is used
418 friend gzofstream&
419 operator<<(gzofstream&,
423 gzomanip2(gzofstream& (*f)(gzofstream&, T1, T2),
428 gzofstream
[all...]
H A Dzfstream.cc429 gzofstream::gzofstream() function in class:gzofstream
434 gzofstream::gzofstream(const char* name, function in class:gzofstream
443 gzofstream::gzofstream(int fd, function in class:gzofstream
453 gzofstream::open(const char* name,
464 gzofstream::attach(int fd,
475 gzofstream::close()
H A Dtest.cc2 * Test program for gzifstream and gzofstream
13 gzofstream outf;
/gem5/src/base/
H A Doutput.cc229 // correct mode for gzofstream as this used directly to set the file
232 os = new OutputFile<gzofstream>(*this, name, mode, recreateable);

Completed in 8 milliseconds