26 #if ! defined (octave_octave_preserve_stream_state_h)
27 #define octave_octave_preserve_stream_state_h 1
29 #include "octave-config.h"
41 : m_stream (s), m_oflags (s.flags ()), m_oprecision (s.precision ()),
42 m_owidth (s.width ()), m_ofill (s.fill ())
47 m_stream.flags (m_oflags);
48 m_stream.precision (m_oprecision);
49 m_stream.width (m_owidth);
50 m_stream.fill (m_ofill);
std::ios::fmtflags m_oflags
std::streamsize m_oprecision
preserve_stream_state(std::ios &s)
~preserve_stream_state(void)
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn