#include "rutz/gzstreambuf.h"
#include "rutz/error.h"
#include "rutz/fstring.h"
#include "rutz/sfmt.h"
#include "rutz/shared_ptr.h"
#include <fstream>
#include "rutz/trace.h"
Go to the source code of this file.
Functions | |
shared_ptr< std::ostream > | rutz::ogzopen (const fstring &filename, std::ios::openmode flags) |
shared_ptr< std::ostream > | rutz::ogzopen (const char *filename, std::ios::openmode flags=std::ios::openmode(0)) |
Overload. | |
shared_ptr< std::istream > | rutz::igzopen (const char *filename, std::ios::openmode flags=std::ios::openmode(0)) |
Overload. | |
shared_ptr< std::istream > | rutz::igzopen (const fstring &filename, std::ios::openmode flags) |
Definition in file gzstreambuf.cc.