GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "oct-strstrm.h"
Public Member Functions | |
octave_istrstream (const char *data, std::ios::openmode arg_md=std::ios::out, oct_mach_info::float_format ff=oct_mach_info::native_float_format()) | |
octave_istrstream (const std::string &data, std::ios::openmode arg_md=std::ios::out, oct_mach_info::float_format ff=oct_mach_info::native_float_format()) | |
bool | bad (void) const |
void | clear (void) |
void | close (void) |
virtual void | do_close (void) |
bool | eof (void) const |
std::string | error (bool clear, int &err_num) |
virtual int | file_number (void) const |
std::istream * | input_stream (void) |
bool | is_open (void) const |
std::string | name (void) const |
bool | ok (void) const |
std::ostream * | output_stream (void) |
std::streambuf * | rdbuf (void) |
int | seek (off_t, int) |
off_t | tell (void) |
Static Public Member Functions | |
static octave_stream | create (const char *data, std::ios::openmode arg_md=std::ios::out, oct_mach_info::float_format ff=oct_mach_info::native_float_format()) |
static octave_stream | create (const std::string &data, std::ios::openmode arg_md=std::ios::out, oct_mach_info::float_format ff=oct_mach_info::native_float_format()) |
Protected Member Functions | |
~octave_istrstream (void) | |
void | clearerr (void) |
void | error (const std::string &msg) |
void | error (const std::string &who, const std::string &msg) |
oct_mach_info::float_format | float_format (void) const |
int | mode (void) const |
Private Member Functions | |
octave_istrstream (const octave_istrstream &) | |
octave_istrstream & | operator= (const octave_istrstream &) |
Private Attributes | |
std::istringstream | is |
Definition at line 72 of file oct-strstrm.h.
|
inline |
Definition at line 77 of file oct-strstrm.h.
|
inline |
Definition at line 83 of file oct-strstrm.h.
|
inlineprotected |
Definition at line 117 of file oct-strstrm.h.
|
private |
Implements octave_base_strstream.
Definition at line 111 of file oct-strstrm.h.
Implements octave_base_strstream.
Definition at line 113 of file oct-strstrm.h.
Definition at line 903 of file oct-stream.cc.
References octave_base_stream::input_stream(), and octave_base_stream::output_stream().
Referenced by octave_stream::clearerr().
Definition at line 382 of file oct-stream.h.
References octave_stream::is_open().
Referenced by octave_stream::close().
|
static |
Definition at line 48 of file oct-strstrm.cc.
References octave_base_stream::octave_stream.
Referenced by Fsscanf().
|
static |
Definition at line 55 of file oct-strstrm.cc.
References octave_base_stream::octave_stream.
Reimplemented in octave_tstdiostream< BUF_T, STREAM_T, FILE_T >, octave_tstdiostream< c_file_ptr_buf, io_c_file_ptr_stream, FILE * >, octave_tstdiostream< c_zfile_ptr_buf, io_c_zfile_ptr_stream, gzFile >, and octave_fstream.
Definition at line 380 of file oct-stream.h.
Implements octave_base_stream.
Definition at line 101 of file oct-strstrm.h.
Definition at line 2610 of file oct-stream.cc.
References octave_base_stream::clear(), octave_base_stream::errmsg, and octave_base_stream::fail.
Referenced by octave_base_stream::do_gets(), octave_base_stream::do_oscanf(), octave_base_stream::do_printf(), octave_base_stream::do_scanf(), octave_stream::error(), octave_base_iostream::invalid_operation(), octave_base_stream::invalid_operation(), octave_fstream::octave_fstream(), octave_base_stream::oscanf(), octave_base_stream::printf(), octave_base_stream::puts(), octave_base_stream::scanf(), octave_base_strstream::seek(), octave_fstream::seek(), octave_base_stream::skipl(), octave_base_strstream::tell(), and octave_fstream::tell().
|
protectedinherited |
Definition at line 882 of file oct-stream.cc.
References octave_base_stream::errmsg, and octave_base_stream::fail.
|
protectedinherited |
Definition at line 889 of file oct-stream.cc.
References octave_base_stream::errmsg, and octave_base_stream::fail.
Reimplemented in octave_tstdiostream< BUF_T, STREAM_T, FILE_T >, octave_tstdiostream< c_file_ptr_buf, io_c_file_ptr_stream, FILE * >, and octave_tstdiostream< c_zfile_ptr_buf, io_c_zfile_ptr_stream, gzFile >.
Definition at line 391 of file oct-stream.h.
References octave_stream::name().
Referenced by octave_base_stream::do_gets(), octave_base_stream::do_scanf(), octave_stream::file_number(), and octave_base_stream::skipl().
|
inlineprotectedinherited |
Definition at line 415 of file oct-stream.h.
Referenced by octave_stream::float_format().
|
inlinevirtual |
Reimplemented from octave_base_stream.
Definition at line 103 of file oct-strstrm.h.
Definition at line 378 of file oct-stream.h.
Referenced by octave_stream::is_open().
Definition at line 413 of file oct-stream.h.
Referenced by octave_fstream::input_stream(), octave_stream::mode(), and octave_fstream::output_stream().
|
inlinevirtualinherited |
Implements octave_base_stream.
Definition at line 51 of file oct-strstrm.h.
Definition at line 405 of file oct-stream.h.
Referenced by octave_base_stream::do_oscanf(), octave_base_stream::do_scanf(), octave_stream::ok(), and octave_base_stream::oscanf().
|
private |
|
inlinevirtual |
Reimplemented from octave_base_stream.
Definition at line 105 of file oct-strstrm.h.
|
inlinevirtual |
Implements octave_base_strstream.
Definition at line 109 of file oct-strstrm.h.
Implements octave_base_stream.
Definition at line 32 of file oct-strstrm.cc.
References octave_base_stream::error().
|
inlinevirtual |
Reimplemented from octave_base_strstream.
Definition at line 107 of file oct-strstrm.h.
|
private |
Definition at line 121 of file oct-strstrm.h.