This is the complete list of members for stream, including all inherited members.
| clearerr(void) | stream | inline |
| close(void) | stream | |
| encoding(void) | stream | inline |
| eof(void) const | stream | |
| error(bool clear, int &err_num) | stream | |
| error(bool clear=false) | stream | inline |
| error(const std::string &msg) | stream | inline |
| error(const char *msg) | stream | inline |
| file_number(void) | stream | inline |
| finalize_read(std::list< void * > &input_buf_list, octave_idx_type input_buf_elts, octave_idx_type elts_read, octave_idx_type nr, octave_idx_type nc, oct_data_conv::data_type input_type, oct_data_conv::data_type output_type, mach_info::float_format ffmt) | stream | private |
| float_format(void) const | stream | |
| flush(void) | stream | |
| getl(octave_idx_type max_len, bool &err, const std::string &who) | stream | |
| getl(const octave_value &max_len, bool &err, const std::string &who) | stream | |
| gets(octave_idx_type max_len, bool &err, const std::string &who) | stream | |
| gets(const octave_value &max_len, bool &err, const std::string &who) | stream | |
| input_stream(void) | stream | inline |
| invalid_operation(const std::string &who, const char *rw) | stream | inlineprivate |
| is_open(void) const | stream | |
| is_valid(void) const | stream | inline |
| m_rep | stream | private |
| mode(void) const | stream | |
| mode_as_string(int mode) | stream | static |
| name(void) const | stream | |
| ok(void) const | stream | inline |
| operator bool() const | stream | inline |
| operator=(const stream &)=default | stream | |
| oscanf(const std::string &fmt, const std::string &who) | stream | |
| oscanf(const octave_value &fmt, const std::string &who) | stream | |
| output_stream(void) | stream | inline |
| printf(const std::string &fmt, const octave_value_list &args, const std::string &who) | stream | |
| printf(const octave_value &fmt, const octave_value_list &args, const std::string &who) | stream | |
| puts(const std::string &s, const std::string &who) | stream | |
| puts(const octave_value &s, const std::string &who) | stream | |
| read(const Array< double > &size, octave_idx_type block_size, oct_data_conv::data_type input_type, oct_data_conv::data_type output_type, octave_idx_type skip, mach_info::float_format flt_fmt, octave_idx_type &count) | stream | |
| rewind(void) | stream | |
| scanf(const std::string &fmt, const Array< double > &size, octave_idx_type &count, const std::string &who) | stream | |
| scanf(const octave_value &fmt, const Array< double > &size, octave_idx_type &count, const std::string &who) | stream | |
| seek(off_t offset, int origin) | stream | |
| seek(const octave_value &offset, const octave_value &origin) | stream | |
| skip_bytes(std::size_t n_elts) | stream | |
| skipl(off_t count, bool &err, const std::string &who) | stream | |
| skipl(const octave_value &count, bool &err, const std::string &who) | stream | |
| stream(base_stream *bs=nullptr) | stream | inline |
| stream(const stream &)=default | stream | |
| stream_ok(bool clear=true) const | stream | inlineprivate |
| tell(void) | stream | |
| textscan(const std::string &fmt, octave_idx_type ntimes, const octave_value_list &options, const std::string &who, octave_idx_type &count) | stream | |
| write(const octave_value &data, octave_idx_type block_size, oct_data_conv::data_type output_type, octave_idx_type skip, mach_info::float_format flt_fmt) | stream | |
| write(const Array< T > &data, octave_idx_type block_size, oct_data_conv::data_type output_type, octave_idx_type skip, mach_info::float_format flt_fmt) | stream | |
| write(const Array< T > &data, octave_idx_type block_size, oct_data_conv::data_type output_type, octave_idx_type skip, mach_info::float_format flt_fmt) | stream | |
| write_bytes(const void *data, std::size_t n_elts) | stream | |
| ~stream(void)=default | stream |