#include "oct-stdstrm.h"
|
| zstdiostream (const std::string &n, gzFile f=nullptr, int fid=0, std::ios::openmode m=std::ios::in|std::ios::out, mach_info::float_format ff=mach_info::native_float_format(), const std::string &encoding="utf-8", c_zfile_ptr_buf::close_fcn cf=c_zfile_ptr_buf::file_close) |
|
| tstdiostream (const std::string &n, gzFile f=0, int fid=0, std::ios::openmode m=std::ios::in|std::ios::out, mach_info::float_format ff=mach_info::native_float_format(), const std::string &encoding="utf-8", typename BUF_T::close_fcn cf=BUF_T::file_close) |
|
bool | bad () const |
|
void | clear () |
|
void | do_close () |
|
bool | eof () const |
|
int | file_number () const |
|
std::istream * | input_stream () |
|
std::string | name () const |
|
std::ostream * | output_stream () |
|
c_zfile_ptr_buf * | rdbuf () const |
|
int | seek (off_t offset, int origin) |
|
off_t | tell () |
|
| base_stream (std::ios::openmode arg_md=std::ios::in|std::ios::out, mach_info::float_format ff=mach_info::native_float_format(), const std::string &encoding="utf-8") |
|
virtual | ~base_stream ()=default |
|
void | close () |
|
std::string | error (bool clear, int &err_num) |
|
bool | is_open () const |
|
bool | ok () const |
|
std::ostream * | preferred_output_stream () |
|
|
static stream | create (const std::string &n, gzFile f=nullptr, int fid=0, std::ios::openmode m=std::ios::in|std::ios::out, mach_info::float_format ff=mach_info::native_float_format(), const std::string &encoding="utf-8", c_zfile_ptr_buf::close_fcn cf=c_zfile_ptr_buf::file_close) |
|
Definition at line 153 of file oct-stdstrm.h.
◆ zstdiostream()
zstdiostream::zstdiostream |
( |
const std::string & |
n, |
|
|
gzFile |
f = nullptr , |
|
|
int |
fid = 0 , |
|
|
std::ios::openmode |
m = std::ios::in | std::ios::out , |
|
|
mach_info::float_format |
ff = mach_info::native_float_format () , |
|
|
const std::string & |
encoding = "utf-8" , |
|
|
c_zfile_ptr_buf::close_fcn |
cf = c_zfile_ptr_buf::file_close |
|
) |
| |
|
inline |
◆ ~zstdiostream()
zstdiostream::~zstdiostream |
( |
| ) |
|
|
protecteddefault |
◆ create()
static stream zstdiostream::create |
( |
const std::string & |
n, |
|
|
gzFile |
f = nullptr , |
|
|
int |
fid = 0 , |
|
|
std::ios::openmode |
m = std::ios::in | std::ios::out , |
|
|
mach_info::float_format |
ff = mach_info::native_float_format () , |
|
|
const std::string & |
encoding = "utf-8" , |
|
|
c_zfile_ptr_buf::close_fcn |
cf = c_zfile_ptr_buf::file_close |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: