26 #if ! defined (octave_oct_fstrm_h)
27 #define octave_oct_fstrm_h 1
29 #include "octave-config.h"
43 fstream (
const std::string& nm_arg,
44 std::ios::openmode arg_md = std::ios::in | std::ios::out,
47 OCTAVE_DISABLE_CONSTRUCT_COPY_MOVE (
fstream)
50 create (
const std::string& nm_arg,
51 std::ios::openmode arg_md = std::ios::in | std::ios::out,
56 int seek (off_t offset,
int origin);
70 std::string
name ()
const {
return m_name; }
72 std::istream * input_stream ();
74 std::ostream * output_stream ();
87 OCTAVE_END_NAMESPACE(
octave)
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
std::fstream fstream(const std::string &filename, const std::ios::openmode mode)
float_format native_float_format()