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) |
| gzstreambuf * | rdbuf () |
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) |
| gzstreambuf * | rdbuf () |
| ~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 |
||
| ) |
References Base::gzstreambase::open().
◆ rdbuf()
| gzstreambuf* Base::ogzstream::rdbuf | ( | ) |
References Base::gzstreambase::rdbuf().
The documentation for this class was generated from the following file:
- src/Base/gzstream.h
Public Member Functions inherited from
1.8.17