#include <ios>
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
namespace | rutz |
Auxiliary helper namespace used in implementing shared_ptr. | |
Functions | |
shared_ptr< std::ostream > | rutz::obzip2open (const rutz::fstring &filename, std::ios::openmode flags=std::ios::openmode(0)) |
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 rutz::fstring &filename, std::ios::openmode flags=std::ios::openmode(0)) |
shared_ptr< std::istream > | rutz::ibzip2open (const char *filename, std::ios::openmode flags=std::ios::openmode(0)) |
Overload. | |
Variables | |
static const char | vcid_groovx_rutz_bzip2stream_h_utc20060614220054 [] = "$Id: bzip2stream.h 8249 2007-04-12 06:03:40Z rjpeters $ $HeadURL: svn://isvn.usc.edu/software/invt/trunk/saliency/src/rutz/bzip2stream.h $" |
handle bzip2-encoding through a c++ iostreams interface
Definition in file bzip2stream.h.