#include "oct-stream.h"
Public Member Functions | |
base_stream (const base_stream &)=delete | |
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 (void)=default |
void | close (void) |
virtual void | do_close (void) |
virtual bool | eof (void) const =0 |
std::string | error (bool clear, int &err_num) |
virtual int | file_number (void) const |
virtual std::istream * | input_stream (void) |
bool | is_open (void) const |
virtual std::string | name (void) const =0 |
bool | ok (void) const |
base_stream & | operator= (const base_stream &)=delete |
virtual std::ostream * | output_stream (void) |
std::ostream * | preferred_output_stream (void) |
virtual int | seek (off_t offset, int origin)=0 |
virtual off_t | tell (void)=0 |
Protected Member Functions | |
OCTINTERP_API void | clear (void) |
OCTINTERP_API void | clearerr (void) |
std::string | encoding (void) const |
OCTINTERP_API void | error (const std::string &msg) |
OCTINTERP_API void | error (const std::string &who, const std::string &msg) |
mach_info::float_format | float_format (void) const |
int | mode (void) const |
Private Types | |
typedef string::deletable_facet< string::codecvt_u8 > | convfacet_u8 |
Private Member Functions | |
OCTINTERP_API std::string | do_gets (octave_idx_type max_len, bool &err, bool strip_newline, const std::string &who) |
OCTINTERP_API int | do_numeric_printf_conv (std::ostream &os, const printf_format_elt *elt, int nsa, int sa_1, int sa_2, const octave_value &val, const std::string &who) |
OCTINTERP_API bool | do_oscanf (const scanf_format_elt *elt, octave_value &, const std::string &who) |
OCTINTERP_API int | do_printf (printf_format_list &fmt_list, const octave_value_list &args, const std::string &who) |
OCTINTERP_API octave_value | do_scanf (scanf_format_list &fmt_list, octave_idx_type nr, octave_idx_type nc, bool one_elt_size_spec, octave_idx_type &count, const std::string &who) |
OCTINTERP_API octave_value | do_textscan (const std::string &fmt, octave_idx_type ntimes, const octave_value_list &options, const std::string &who, octave_idx_type &count) |
OCTINTERP_API void | field_width_error (const std::string &who) const |
OCTINTERP_API int | flush (void) |
OCTINTERP_API std::string | getl (octave_idx_type max_len, bool &err, const std::string &who) |
OCTINTERP_API std::string | gets (octave_idx_type max_len, bool &err, const std::string &who) |
OCTINTERP_API void | invalid_operation (const std::string &who, const char *rw) |
OCTINTERP_API octave_value_list | oscanf (const std::string &fmt, const std::string &who) |
OCTINTERP_API int | printf (const std::string &fmt, const octave_value_list &args, const std::string &who) |
OCTINTERP_API int | puts (const std::string &s, const std::string &who) |
OCTINTERP_API octave_value | scanf (const std::string &fmt, const Array< double > &size, octave_idx_type &count, const std::string &who) |
OCTINTERP_API off_t | skipl (off_t count, bool &err, const std::string &who) |
Private Attributes | |
std::ostream * | m_conv_ostream |
std::string | m_encoding |
std::string | m_errmsg |
bool | m_fail |
mach_info::float_format | m_flt_fmt |
int | m_mode |
bool | m_open_state |
Friends | |
class | stream |
Definition at line 66 of file oct-stream.h.
|
private |
Definition at line 215 of file oct-stream.h.
|
inline |
Definition at line 74 of file oct-stream.h.
|
delete |
|
virtualdefault |
|
protected |
Definition at line 4087 of file oct-stream.cc.
References m_errmsg, and m_fail.
Referenced by error().
|
protected |
Definition at line 4094 of file oct-stream.cc.
References input_stream(), and preferred_output_stream().
|
inline |
Definition at line 152 of file oct-stream.h.
References stream::is_open().
|
inlinevirtual |
Reimplemented in tstdiostream< BUF_T, STREAM_T, FILE_T >, tstdiostream< c_file_ptr_buf, io_c_file_ptr_stream, FILE * >, tstdiostream< c_zfile_ptr_buf, io_c_zfile_ptr_stream, gzFile >, and fstream.
Definition at line 150 of file oct-stream.h.
|
private |
Definition at line 4110 of file oct-stream.cc.
References __get_interpreter__(), encoding(), error(), file_number(), input_stream(), interpreter::interactive(), invalid_operation(), u8_from_encoding(), and textscan_format_list::who.
Referenced by do_oscanf(), do_scanf(), getl(), and gets().
|
private |
Definition at line 5816 of file oct-stream.cc.
References do_printf_conv(), octave_value::double_value(), error(), printf_format_elt::flags, octave_value::int64_scalar_value(), is_nan_or_inf(), lo_ieee_is_NA, lo_ieee_isinf, ok_for_signed_int_conv(), ok_for_unsigned_int_conv(), printf_format_elt::prec, switch_to_g_format(), printf_format_elt::text, printf_format_elt::type, octave_value::uint64_scalar_value(), octave_int< T >::value(), and textscan_format_list::who.
Referenced by do_printf().
|
private |
Definition at line 5151 of file oct-stream.cc.
References __get_interpreter__(), BEGIN_C_CONVERSION, BEGIN_CHAR_CLASS_CONVERSION, BEGIN_S_CONVERSION, scanf_format_elt::discard, do_gets(), DO_LITERAL_CONVERSION, DO_PCT_CONVERSION, DO_WHITESPACE_CONVERSION, error(), application::forced_interactive(), input_stream(), interpreter::interactive(), scanf_format_elt::literal_conversion, scanf_format_elt::modifier, name(), octave_scan(), ok(), scanf_format_elt::text, scanf_format_elt::type, scanf_format_elt::whitespace_conversion, and textscan_format_list::who.
Referenced by oscanf().
|
private |
Definition at line 5943 of file oct-stream.cc.
References printf_format_elt::args, do_numeric_printf_conv(), do_printf_string(), error(), printf_value_cache::exhausted(), field_width_error(), printf_format_list::first(), printf_format_elt::fw, printf_value_cache::get_next_value(), printf_value_cache::int_value(), invalid_operation(), octave_value::is_string(), octave_value::isempty(), textscan_format_list::m_nconv, printf_format_list::next(), printf_format_list::num_conversions(), printf_format_elt::prec, preferred_output_stream(), octave_value::string_value(), printf_format_elt::text, printf_format_elt::type, and textscan_format_list::who.
Referenced by printf().
|
private |
Definition at line 4719 of file oct-stream.cc.
References __get_interpreter__(), scanf_format_list::all_character_conversions(), BEGIN_C_CONVERSION, BEGIN_CHAR_CLASS_CONVERSION, BEGIN_S_CONVERSION, octave_value::convert_to_str(), scanf_format_elt::discard, do_gets(), DO_LITERAL_CONVERSION, DO_PCT_CONVERSION, do_scanf_conv(), DO_WHITESPACE_CONVERSION, error(), file_number(), FINISH_CHARACTER_CONVERSION, scanf_format_list::first(), application::forced_interactive(), Array< T, Alloc >::fortran_vec(), input_stream(), interpreter::interactive(), scanf_format_list::length(), scanf_format_elt::literal_conversion, textscan_format_list::m_nconv, Matrix, scanf_format_elt::modifier, name(), scanf_format_list::next(), scanf_format_elt::null, scanf_format_list::num_conversions(), ok(), panic_impossible, Matrix::resize(), scanf_format_elt::text, scanf_format_elt::type, scanf_format_elt::whitespace_conversion, and textscan_format_list::who.
Referenced by scanf().
|
private |
Definition at line 5441 of file oct-stream.cc.
References __get_interpreter__(), encoding(), error(), file_number(), input_stream(), interpreter::interactive(), invalid_operation(), scanner, and textscan_format_list::who.
|
inlineprotected |
Definition at line 187 of file oct-stream.h.
Referenced by istrstream::create(), ostrstream::create(), do_gets(), and do_textscan().
|
pure virtual |
std::string base_stream::error | ( | bool | clear, |
int & | err_num | ||
) |
Definition at line 6115 of file oct-stream.cc.
References clear(), m_errmsg, and m_fail.
Referenced by fstream::fstream(), do_gets(), do_numeric_printf_conv(), do_oscanf(), do_printf(), do_scanf(), do_textscan(), field_width_error(), invalid_operation(), base_iostream::invalid_operation(), oscanf(), printf(), puts(), scanf(), fstream::seek(), base_strstream::seek(), skipl(), fstream::tell(), and base_strstream::tell().
|
protected |
Definition at line 4073 of file oct-stream.cc.
|
protected |
Definition at line 4080 of file oct-stream.cc.
References m_errmsg, m_fail, and textscan_format_list::who.
|
private |
Definition at line 5936 of file oct-stream.cc.
References error(), and textscan_format_list::who.
Referenced by do_printf().
|
inlinevirtual |
Reimplemented in tstdiostream< BUF_T, STREAM_T, FILE_T >, tstdiostream< c_file_ptr_buf, io_c_file_ptr_stream, FILE * >, and tstdiostream< c_zfile_ptr_buf, io_c_zfile_ptr_stream, gzFile >.
Definition at line 161 of file oct-stream.h.
References stream::name().
Referenced by do_gets(), do_scanf(), do_textscan(), and skipl().
|
inlineprotected |
Definition at line 185 of file oct-stream.h.
|
private |
Definition at line 5473 of file oct-stream.cc.
References invalid_operation(), and preferred_output_stream().
|
private |
Definition at line 4214 of file oct-stream.cc.
References do_gets(), and textscan_format_list::who.
|
private |
Definition at line 4221 of file oct-stream.cc.
References do_gets(), and textscan_format_list::who.
|
inlinevirtual |
Reimplemented in ostrstream, istrstream, tstdiostream< BUF_T, STREAM_T, FILE_T >, tstdiostream< c_file_ptr_buf, io_c_file_ptr_stream, FILE * >, tstdiostream< c_zfile_ptr_buf, io_c_zfile_ptr_stream, gzFile >, ostream, istream, and fstream.
Definition at line 113 of file oct-stream.h.
Referenced by clearerr(), do_gets(), do_oscanf(), do_scanf(), do_textscan(), oscanf(), scanf(), and skipl().
|
private |
Definition at line 6128 of file oct-stream.cc.
References error(), and textscan_format_list::who.
Referenced by do_gets(), do_printf(), do_textscan(), flush(), oscanf(), puts(), scanf(), and skipl().
|
inline |
Definition at line 148 of file oct-stream.h.
|
inlineprotected |
Definition at line 183 of file oct-stream.h.
Referenced by fstream::input_stream(), and fstream::output_stream().
|
pure virtual |
|
inline |
Definition at line 175 of file oct-stream.h.
Referenced by do_oscanf(), do_scanf(), and oscanf().
|
delete |
|
private |
Definition at line 5367 of file oct-stream.cc.
References do_oscanf(), error(), scanf_format_list::first(), input_stream(), invalid_operation(), octave_value::is_defined(), len, scanf_format_list::length(), textscan_format_list::m_nconv, scanf_format_list::next(), scanf_format_list::num_conversions(), ok(), octave_value_list::resize(), and textscan_format_list::who.
|
inlinevirtual |
Reimplemented in ostrstream, istrstream, tstdiostream< BUF_T, STREAM_T, FILE_T >, tstdiostream< c_file_ptr_buf, io_c_file_ptr_stream, FILE * >, tstdiostream< c_zfile_ptr_buf, io_c_zfile_ptr_stream, gzFile >, ostream, istream, and fstream.
Definition at line 119 of file oct-stream.h.
|
inline |
Definition at line 124 of file oct-stream.h.
References stream::output_stream().
Referenced by clearerr(), do_printf(), flush(), and puts().
|
private |
Definition at line 6063 of file oct-stream.cc.
References do_printf(), error(), printf_format_list::num_conversions(), and textscan_format_list::who.
|
private |
Definition at line 6076 of file oct-stream.cc.
References error(), invalid_operation(), preferred_output_stream(), and textscan_format_list::who.
|
private |
Definition at line 5117 of file oct-stream.cc.
References do_scanf(), error(), get_size(), input_stream(), invalid_operation(), Matrix, scanf_format_list::num_conversions(), and textscan_format_list::who.
|
pure virtual |
|
private |
Definition at line 4228 of file oct-stream.cc.
References __get_interpreter__(), error(), file_number(), input_stream(), interpreter::interactive(), invalid_operation(), and textscan_format_list::who.
|
pure virtual |
|
friend |
Definition at line 70 of file oct-stream.h.
Referenced by istrstream::create(), fstream::create(), and ostrstream::create().
|
private |
Definition at line 225 of file oct-stream.h.
|
private |
Definition at line 212 of file oct-stream.h.
|
private |
Definition at line 234 of file oct-stream.h.
|
private |
Definition at line 228 of file oct-stream.h.
|
private |
Definition at line 209 of file oct-stream.h.
|
private |
Definition at line 206 of file oct-stream.h.
|
private |
Definition at line 231 of file oct-stream.h.