diff libinterp/octave-value/ov-base.h @ 20990:fc9cca99b2de

Deprecate all_strings, replace with string_vector_value. * daspk.cc, dasrt.cc, dassl.cc, dirfns.cc, gl-render.cc, gl2ps-renderer.cc, graphics.cc, graphics.in.h, lsode.cc, str2double.cc, strfns.cc, syscalls.cc, sysdep.cc, utils.cc, ov-base.cc, ov-base.h, ov-cell.cc, ov-cell.h, ov-class.cc, ov-class.h, ov-str-mat.cc, ov-str-mat.h, ov.cc, ovl.cc: Replace [x]all_strings with [x]string_vector_value. * ov.h(all_strings): Add GCC_ATTR_DEPRECATED warning to function prototype. Change it to call string_vector_value. * ov.h(string_vector_value): New prototype to call rep's string_vector_value function.
author Rik <rik@octave.org>
date Sat, 26 Dec 2015 18:59:45 -0800
parents f7084eae3318
children 7f4c6d594e3d
line wrap: on
line diff
--- a/libinterp/octave-value/ov-base.h	Sat Dec 26 20:46:08 2015 +0100
+++ b/libinterp/octave-value/ov-base.h	Sat Dec 26 18:59:45 2015 -0800
@@ -560,7 +560,7 @@
 
   virtual uint64NDArray uint64_array_value (void) const;
 
-  virtual string_vector all_strings (bool pad = false) const;
+  virtual string_vector string_vector_value (bool pad = false) const;
 
   virtual std::string string_value (bool force = false) const;