26 #if ! defined (octave_oct_fstrm_h)
27 #define octave_oct_fstrm_h 1
29 #include "octave-config.h"
42 std::ios::openmode arg_md = std::ios::in | std::ios::out,
53 create (
const std::string& nm_arg,
54 std::ios::openmode arg_md = std::ios::in | std::ios::out,
60 int seek (off_t offset,
int origin);
68 bool eof (
void)
const;
74 std::string
name (
void)
const {
return m_name; }
76 std::istream * input_stream (
void);
78 std::ostream * output_stream (
void);
octave_fstream(const octave_fstream &)=delete
std::string name(void) const
~octave_fstream(void)=default
float_format native_float_format(void)
std::fstream fstream(const std::string &filename, const std::ios::openmode mode)