diff libinterp/octave-value/ov-intx.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 87e3163f6c87
children ef4d915df748
line wrap: on
line diff
--- a/libinterp/octave-value/ov-intx.h	Tue Jan 17 11:42:25 2017 -0500
+++ b/libinterp/octave-value/ov-intx.h	Tue Jan 17 13:56:16 2017 -0500
@@ -304,7 +304,7 @@
     return idx_cache ? *idx_cache : set_idx_cache (idx_vector (matrix));
   }
 
-  int write (octave_stream& os, int block_size,
+  int write (octave::stream& os, int block_size,
              oct_data_conv::data_type output_type, int skip,
              octave::mach_info::float_format flt_fmt) const
   { return os.write (matrix, block_size, output_type, skip, flt_fmt); }
@@ -611,7 +611,7 @@
 
   idx_vector index_vector (bool /* require_integers */ = false) const { return idx_vector (scalar); }
 
-  int write (octave_stream& os, int block_size,
+  int write (octave::stream& os, int block_size,
              oct_data_conv::data_type output_type, octave_idx_type skip,
              octave::mach_info::float_format flt_fmt) const
   {