#include <gzfstream.h>
Definition at line 163 of file gzfstream.h.
◆ gzfstream() [1/4]
souffle::gzfstream::internal::gzfstream::gzfstream |
( |
| ) |
|
|
inline |
◆ gzfstream() [2/4]
souffle::gzfstream::internal::gzfstream::gzfstream |
( |
const std::string & |
filename, |
|
|
std::ios_base::openmode |
mode |
|
) |
| |
|
inline |
◆ gzfstream() [3/4]
souffle::gzfstream::internal::gzfstream::gzfstream |
( |
const gzfstream & |
| ) |
|
|
delete |
◆ gzfstream() [4/4]
souffle::gzfstream::internal::gzfstream::gzfstream |
( |
gzfstream && |
| ) |
|
|
delete |
◆ ~gzfstream()
souffle::gzfstream::internal::gzfstream::~gzfstream |
( |
| ) |
|
|
overridedefault |
◆ close()
void souffle::gzfstream::internal::gzfstream::close |
( |
| ) |
|
|
inline |
Definition at line 190 of file gzfstream.h.
193 :
public internal::gzfstream,
public std::istream {
◆ is_open()
bool souffle::gzfstream::internal::gzfstream::is_open |
( |
| ) |
|
|
inline |
◆ open()
void souffle::gzfstream::internal::gzfstream::open |
( |
const std::string & |
filename, |
|
|
std::ios_base::openmode |
mode |
|
) |
| |
|
inline |
◆ rdbuf()
gzfstreambuf* souffle::gzfstream::internal::gzfstream::rdbuf |
( |
| ) |
const |
|
inline |
Definition at line 198 of file gzfstream.h.
198 : internal::gzfstream(filename, mode), std::istream(&
buf) {}
200 igzfstream(
const igzfstream&) =
delete;
◆ buf
The documentation for this class was generated from the following file: