ARTS  2.3.1285(git:92a29ea9-dirty)
ogzstream Class Reference

#include <gzstream.h>

Inheritance diagram for ogzstream:
gzstreambase

Public Member Functions

 ogzstream ()
 
 ogzstream (const char *name, int mode=std::ios::out)
 
gzstreambufrdbuf ()
 
void open (const char *name, int gz_open_mode=std::ios::out)
 
- Public Member Functions inherited from gzstreambase
 gzstreambase ()
 
 gzstreambase (const char *name, int open_mode)
 
 ~gzstreambase ()
 
void open (const char *name, int open_mode)
 
void close ()
 
gzstreambufrdbuf ()
 

Additional Inherited Members

- Protected Attributes inherited from gzstreambase
gzstreambuf buf
 

Detailed Description

Definition at line 105 of file gzstream.h.

Constructor & Destructor Documentation

◆ ogzstream() [1/2]

ogzstream::ogzstream ( )
inline

Definition at line 107 of file gzstream.h.

◆ ogzstream() [2/2]

ogzstream::ogzstream ( const char *  name,
int  mode = std::ios::out 
)
inline

Definition at line 108 of file gzstream.h.

Member Function Documentation

◆ open()

void ogzstream::open ( const char *  name,
int  gz_open_mode = std::ios::out 
)
inline

Definition at line 111 of file gzstream.h.

References gzstreambase::open().

Referenced by xml_open_output_file().

◆ rdbuf()

gzstreambuf* ogzstream::rdbuf ( )
inline

Definition at line 110 of file gzstream.h.

References gzstreambase::rdbuf().


The documentation for this class was generated from the following file: