This is the complete list of members for stream, including all inherited members.
| clearerr() | stream | inline |
| close() | stream | |
| encoding() | stream | inline |
| eof() 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() | stream | inline |
| float_format() const | stream | |
| flush() | 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() | stream | inline |
| is_open() const | stream | |
| is_valid() const | stream | inline |
| mode() const | stream | |
| mode_as_string(int mode) | stream | static |
| name() const | stream | |
| ok() 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() | stream | inline |
| preferred_output_stream() | 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() | 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 | |
| tell() | 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_bytes(const void *data, std::size_t n_elts) | stream | |
| ~stream()=default | stream |