diff src/ov-range.h @ 9146:a48c500e48e1

support range->string conversions
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 22 Apr 2009 11:05:55 +0200
parents 967a692ddfe2
children 16a5f9e1fdb3
line wrap: on
line diff
--- a/src/ov-range.h	Wed Apr 22 10:54:53 2009 +0200
+++ b/src/ov-range.h	Wed Apr 22 11:05:55 2009 +0200
@@ -181,6 +181,8 @@
   FloatNDArray float_array_value (bool = false) const
     { return FloatMatrix (range.matrix_value ()); }
 
+  charNDArray char_array_value (bool = false) const;
+  
   // FIXME -- it would be better to have Range::intXNDArray_value
   // functions to avoid the intermediate conversion to a matrix
   // object.