diff libinterp/octave-value/ov-base.h @ 23059:b98ebcd7f11c

move some octave stream classes into octave namespace * oct-stream.h, oct-stream.cc (base_stream, stream, stream_list): Move inside octave namespace and rename without octave_ prefix. Change all uses.
author John W. Eaton <jwe@octave.org>
date Tue, 17 Jan 2017 13:56:16 -0500
parents 27e4ec3b0b49
children 4e3d47dc7e25
line wrap: on
line diff
--- a/libinterp/octave-value/ov-base.h	Tue Jan 17 11:42:25 2017 -0500
+++ b/libinterp/octave-value/ov-base.h	Tue Jan 17 13:56:16 2017 -0500
@@ -39,6 +39,7 @@
 
 #include "error.h"
 #include "oct-hdf5-types.h"
+#include "oct-stream.h"
 
 class Cell;
 class mxArray;
@@ -46,7 +47,6 @@
 class octave_scalar_map;
 class octave_value;
 class octave_value_list;
-class octave_stream;
 class octave_function;
 class octave_user_function;
 class octave_user_script;
@@ -668,7 +668,7 @@
   load_hdf5 (octave_hdf5_id loc_id, const char *name);
 
   virtual int
-  write (octave_stream& os, int block_size,
+  write (octave::stream& os, int block_size,
          oct_data_conv::data_type output_type, int skip,
          octave::mach_info::float_format flt_fmt) const;