Base::igzstream Class Reference
#include <gzstream.h>
Public Member Functions | |
| igzstream () | |
| igzstream (const char *name, int open_mode=std::ios_base::in, int comp=1) | |
| void | open (const char *name, int open_mode=std::ios_base::in, 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
◆ igzstream() [1/2]
| Base::igzstream::igzstream | ( | ) |
◆ igzstream() [2/2]
| Base::igzstream::igzstream | ( | const char * | name, |
| int | open_mode = std::ios_base::in, |
||
| int | comp = 1 |
||
| ) |
Member Function Documentation
◆ open()
| void Base::igzstream::open | ( | const char * | name, |
| int | open_mode = std::ios_base::in, |
||
| int | comp = 1 |
||
| ) |
References Base::gzstreambase::open().
◆ rdbuf()
| gzstreambuf* Base::igzstream::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