26 #if defined (HAVE_CONFIG_H)
69 ::error (
"%s: invalid operation", stream_type ());
77 return m_istream && m_istream->eof ();
83 return octave::stream (
new istream (arg,
n));
91 return m_ostream && m_ostream->eof ();
97 return octave::stream (
new ostream (arg,
n));
100 OCTAVE_END_NAMESPACE(
octave)
int seek(off_t offset, int origin)
void invalid_operation() const
std::string error(bool clear, int &err_num)
static stream create(std::istream *arg=nullptr, const std::string &n="")
static stream create(std::ostream *arg, const std::string &n="")
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn