23 #if !defined (octave_oct_iostrm_h)
24 #define octave_oct_iostrm_h 1
36 std::ios::openmode m = std::ios::in|std::ios::out,
43 int seek (off_t offset,
int origin);
51 bool eof (
void)
const;
55 std::string
name (
void)
const {
return nm; }
61 void invalid_operation (
void)
const;
67 virtual const char *stream_type (
void)
const = 0;
88 create (std::istream *
arg = 0,
const std::string& n = std::string ());
92 bool eof (
void)
const;
127 create (std::ostream *arg,
const std::string& n = std::string ());
131 bool eof (
void)
const;