octave_base_stream Class Reference
#include <oct-stream.h>
Inherited by octave_base_iostream, octave_base_strstream, octave_fstream, octave_tstdiostream< BUF_T, STREAM_T, FILE_T >, and octave_tstdiostream< c_file_ptr_buf, io_c_file_ptr_stream, FILE * >.
List of all members.
Constructor & Destructor Documentation
virtual octave_base_stream::~octave_base_stream |
( |
void |
|
) |
[inline, virtual] |
Member Function Documentation
void octave_base_stream::clear |
( |
void |
|
) |
[protected] |
void octave_base_stream::clearerr |
( |
void |
|
) |
[protected] |
void octave_base_stream::close |
( |
void |
|
) |
[inline] |
virtual void octave_base_stream::do_close |
( |
void |
|
) |
[inline, virtual] |
virtual bool octave_base_stream::eof |
( |
void |
|
) |
const [pure virtual] |
Implemented in octave_fstream, octave_base_iostream, octave_istream, octave_ostream, octave_tstdiostream< BUF_T, STREAM_T, FILE_T >, octave_istrstream, octave_ostrstream, and octave_tstdiostream< c_file_ptr_buf, io_c_file_ptr_stream, FILE * >.
int octave_base_stream::file_number |
( |
void |
|
) |
|
virtual std::istream* octave_base_stream::input_stream |
( |
void |
|
) |
[inline, virtual] |
Reimplemented in octave_fstream, octave_istream, octave_ostream, octave_tstdiostream< BUF_T, STREAM_T, FILE_T >, octave_istrstream, octave_ostrstream, and octave_tstdiostream< c_file_ptr_buf, io_c_file_ptr_stream, FILE * >.
bool octave_base_stream::is_open |
( |
void |
|
) |
const [inline] |
int octave_base_stream::mode |
( |
void |
|
) |
const [inline, protected] |
virtual std::string octave_base_stream::name |
( |
void |
|
) |
const [pure virtual] |
bool octave_base_stream::ok |
( |
void |
|
) |
const [inline] |
virtual std::ostream* octave_base_stream::output_stream |
( |
void |
|
) |
[inline, virtual] |
Reimplemented in octave_fstream, octave_istream, octave_ostream, octave_tstdiostream< BUF_T, STREAM_T, FILE_T >, octave_istrstream, octave_ostrstream, and octave_tstdiostream< c_file_ptr_buf, io_c_file_ptr_stream, FILE * >.
virtual int octave_base_stream::seek |
( |
long |
offset, |
|
|
int |
origin | |
|
) |
| | [pure virtual] |
virtual long octave_base_stream::tell |
( |
void |
|
) |
[pure virtual] |
Friends And Related Function Documentation
The documentation for this class was generated from the following files: