![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
This is the complete list of members for octave_stream, including all inherited members.
| clearerr(void) | octave_stream | inline |
| close(void) | octave_stream | |
| eof(void) const | octave_stream | |
| error(bool clear, int &err_num) | octave_stream | |
| error(bool clear=false) | octave_stream | inline |
| error(const std::string &msg) | octave_stream | inline |
| error(const char *msg) | octave_stream | inline |
| file_number(void) | octave_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, oct_mach_info::float_format ffmt) | octave_stream | private |
| float_format(void) const | octave_stream | |
| flush(void) | octave_stream | |
| getl(octave_idx_type max_len, bool &err, const std::string &who) | octave_stream | |
| getl(const octave_value &max_len, bool &err, const std::string &who) | octave_stream | |
| gets(octave_idx_type max_len, bool &err, const std::string &who) | octave_stream | |
| gets(const octave_value &max_len, bool &err, const std::string &who) | octave_stream | |
| input_stream(void) | octave_stream | inline |
| invalid_operation(const std::string &who, const char *rw) | octave_stream | inlineprivate |
| is_open(void) const | octave_stream | |
| is_valid(void) const | octave_stream | inline |
| mode(void) const | octave_stream | |
| mode_as_string(int mode) | octave_stream | static |
| name(void) const | octave_stream | |
| octave_stream(octave_base_stream *bs=0) | octave_stream | |
| octave_stream(const octave_stream &) | octave_stream | |
| ok(void) const | octave_stream | inline |
| operator bool() const | octave_stream | inline |
| operator=(const octave_stream &) | octave_stream | |
| oscanf(const std::string &fmt, const std::string &who) | octave_stream | |
| oscanf(const octave_value &fmt, const std::string &who) | octave_stream | |
| output_stream(void) | octave_stream | inline |
| printf(const std::string &fmt, const octave_value_list &args, const std::string &who) | octave_stream | |
| printf(const octave_value &fmt, const octave_value_list &args, const std::string &who) | octave_stream | |
| puts(const std::string &s, const std::string &who) | octave_stream | |
| puts(const octave_value &s, const std::string &who) | octave_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, oct_mach_info::float_format flt_fmt, octave_idx_type &count) | octave_stream | |
| rep | octave_stream | private |
| rewind(void) | octave_stream | |
| scanf(const std::string &fmt, const Array< double > &size, octave_idx_type &count, const std::string &who) | octave_stream | |
| scanf(const octave_value &fmt, const Array< double > &size, octave_idx_type &count, const std::string &who) | octave_stream | |
| seek(off_t offset, int origin) | octave_stream | |
| seek(const octave_value &offset, const octave_value &origin) | octave_stream | |
| skip_bytes(size_t n_elts) | octave_stream | |
| skipl(off_t count, bool &err, const std::string &who) | octave_stream | |
| skipl(const octave_value &count, bool &err, const std::string &who) | octave_stream | |
| stream_ok(bool clear=true) const | octave_stream | inlineprivate |
| tell(void) | octave_stream | |
| write(const octave_value &data, octave_idx_type block_size, oct_data_conv::data_type output_type, octave_idx_type skip, oct_mach_info::float_format flt_fmt) | octave_stream | |
| write(const Array< T > &data, octave_idx_type block_size, oct_data_conv::data_type output_type, octave_idx_type skip, oct_mach_info::float_format flt_fmt) | octave_stream | |
| write_bytes(const void *data, size_t n_elts) | octave_stream | |
| ~octave_stream(void) | octave_stream |
1.8.1.2