diff libinterp/octave-value/ov-fcn-handle.h @ 25969:7eeb89b0d2d5

make char function work for function handles (bug #53118) * ov-fcn-handle.h, ov-fcn-handle.cc (octave_fcn_handle::convert_to_str_internal): New function.
author John W. Eaton <jwe@octave.org>
date Fri, 26 Oct 2018 15:00:33 -0400
parents d3a035528c9a
children 1dd0e16b82e3
line wrap: on
line diff
--- a/libinterp/octave-value/ov-fcn-handle.h	Thu Oct 25 23:04:03 2018 -0400
+++ b/libinterp/octave-value/ov-fcn-handle.h	Fri Oct 26 15:00:33 2018 -0400
@@ -131,6 +131,8 @@
 
   bool is_equal_to (const octave_fcn_handle&) const;
 
+  octave_value convert_to_str_internal (bool pad, bool force, char type) const;
+
   bool save_ascii (std::ostream& os);
 
   bool load_ascii (std::istream& is);