#include <ios>
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
namespace | rutz |
Functions | |
shared_ptr< std::ostream > | rutz::obzip2open (const fstring &filename, std::ios::openmode flags) |
shared_ptr< std::ostream > | rutz::obzip2open (const char *filename, std::ios::openmode flags=std::ios::openmode(0)) |
Overload. | |
shared_ptr< std::istream > | rutz::ibzip2open (const fstring &filename, std::ios::openmode flags) |
shared_ptr< std::istream > | rutz::ibzip2open (const char *filename, std::ios::openmode flags=std::ios::openmode(0)) |
Overload. |
Definition in file bzip2stream.h.