#include <gzfstream.h>
Definition at line 203 of file gzfstream.h.
◆ igzfstream() [1/4]
souffle::gzfstream::igzfstream::igzfstream |
( |
| ) |
|
|
inline |
◆ igzfstream() [2/4]
souffle::gzfstream::igzfstream::igzfstream |
( |
const std::string & |
filename, |
|
|
std::ios_base::openmode |
mode = std::ios::in |
|
) |
| |
|
inlineexplicit |
◆ igzfstream() [3/4]
souffle::gzfstream::igzfstream::igzfstream |
( |
const igzfstream & |
| ) |
|
|
delete |
◆ igzfstream() [4/4]
souffle::gzfstream::igzfstream::igzfstream |
( |
igzfstream && |
| ) |
|
|
delete |
◆ open()
void souffle::gzfstream::igzfstream::open |
( |
const std::string & |
filename, |
|
|
std::ios_base::openmode |
mode = std::ios::in |
|
) |
| |
|
inline |
Definition at line 218 of file gzfstream.h.
218 : internal::gzfstream(filename, mode), std::ostream(&
buf) {}
220 ogzfstream(
const ogzfstream&) =
delete;
◆ rdbuf()
The documentation for this class was generated from the following file: