Index

C++ Code Documentation

io::OstreamGzip

Derived from: io::Ostream

File: BASE/io/OstreamGzip.H

public:
  • OstreamGzip( base::String const &filename );
    constructor
  • OstreamGzip( gzFile gzfile );
  • virtual ~OstreamGzip();
    destructor
  • virtual std::ostream &stream();
  • gzFile gzfile() const;
  • virtual void flush();
  • virtual StreamType type() const;
protected:
private:
  • std::strstream _stream;
  • gzFile _gzfile;
  • OstreamGzip( OstreamGzip const & );
    disabled copy constructor
  • OstreamGzip &operator=( OstreamGzip const & );
    disabled assignment operator


io::OstreamGzip GANG