Base::ogzstream Class Reference

#include <gzstream.h>

Public Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from Base::gzstreambase
gzstreambuf buf
 

Constructor & Destructor Documentation

◆ ogzstream() [1/2]

Base::ogzstream::ogzstream ( )

◆ ogzstream() [2/2]

Base::ogzstream::ogzstream ( const char *  name,
int  mode = std::ios_base::out,
int  comp = 1 
)

Member Function Documentation

◆ open()

void Base::ogzstream::open ( const char *  name,
int  open_mode = std::ios_base::out,
int  comp = 1 
)

◆ rdbuf()

gzstreambuf * Base::ogzstream::rdbuf ( )

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