Scippy

UG

Ubiquity Generator framework

ogzstream Class Reference

Class to implement a gzip'd output stream. More...

#include <gzstream.h>

Inheritance diagram for ogzstream:
gzstreambase

Public Member Functions

Construction / destruction
 ogzstream ()
 default constructor More...
 
 ogzstream (const char *_name, int _open_mode=std::ios::out)
 full constructor More...
 
Interface
gzstreambufrdbuf ()
 
void open (const char *_name, int _open_mode=std::ios::out)
 
- Public Member Functions inherited from gzstreambase
 gzstreambase ()
 default constructor More...
 
 gzstreambase (const char *_name, int _open_mode)
 full constructor More...
 
 ~gzstreambase ()
 destructor More...
 
void open (const char *_name, int _open_mode)
 
void close ()
 
gzstreambufrdbuf ()
 

Additional Inherited Members

- Protected Attributes inherited from gzstreambase
gzstreambuf buf
 

Detailed Description

Class to implement a gzip'd output stream.

Definition at line 239 of file gzstream.h.

Constructor & Destructor Documentation

◆ ogzstream() [1/2]

ogzstream ( )

default constructor

Definition at line 249 of file gzstream.h.

◆ ogzstream() [2/2]

ogzstream ( const char *  _name,
int  _open_mode = std::ios::out 
)
explicit

full constructor

Definition at line 254 of file gzstream.h.

Member Function Documentation

◆ open()

void open ( const char *  _name,
int  _open_mode = std::ios::out 
)

Definition at line 270 of file gzstream.h.

References gzstreambase::open().

◆ rdbuf()

gzstreambuf * rdbuf ( )

Definition at line 265 of file gzstream.h.

References gzstreambase::rdbuf().