26 #if ! defined (octave_octave_preserve_stream_state_h)
27 #define octave_octave_preserve_stream_state_h 1
29 #include "octave-config.h"
43 : m_stream (s), m_oflags (s.flags ()), m_oprecision (s.precision ()),
44 m_owidth (s.width ()), m_ofill (s.fill ())
52 m_stream.flags (m_oflags);
53 m_stream.precision (m_oprecision);
54 m_stream.width (m_owidth);
55 m_stream.fill (m_ofill);
61 std::ios::fmtflags m_oflags;
62 std::streamsize m_oprecision;
67 OCTAVE_END_NAMESPACE(
octave)
preserve_stream_state()=delete
preserve_stream_state(std::ios &s)
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn