#include "oct-stdstrm.h"
|
| stdiostream (const std::string &n, FILE *f=nullptr, 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_file_ptr_buf::close_fcn cf=c_file_ptr_buf::file_close) |
|
| tstdiostream (const std::string &n, FILE * 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_file_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, FILE *f=nullptr, 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_file_ptr_buf::close_fcn cf=c_file_ptr_buf::file_close) |
|
Definition at line 121 of file oct-stdstrm.h.
◆ stdiostream()
stdiostream::stdiostream |
( |
const std::string & |
n, |
|
|
FILE * |
f = nullptr , |
|
|
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_file_ptr_buf::close_fcn |
cf = c_file_ptr_buf::file_close |
|
) |
| |
|
inline |
◆ ~stdiostream()
stdiostream::~stdiostream |
( |
| ) |
|
|
protecteddefault |
◆ create()
static stream stdiostream::create |
( |
const std::string & |
n, |
|
|
FILE * |
f = nullptr , |
|
|
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_file_ptr_buf::close_fcn |
cf = c_file_ptr_buf::file_close |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: