diff src/ov.h @ 10325:8b3cfc1288e2

implement lazy index conversions
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 16 Feb 2010 15:28:53 +0100
parents f3b65e1ae355
children 59e34bcdff13
line wrap: on
line diff
--- a/src/ov.h	Mon Feb 15 08:55:46 2010 +0100
+++ b/src/ov.h	Tue Feb 16 15:28:53 2010 +0100
@@ -271,7 +271,7 @@
   octave_value (const Array<octave_idx_type>& inda, 
                 bool zero_based = false, bool cache_index = false);
   octave_value (const Array<std::string>& cellstr);
-  octave_value (const idx_vector& idx);
+  octave_value (const idx_vector& idx, bool lazy = true);
   octave_value (double base, double limit, double inc);
   octave_value (const Range& r);
   octave_value (const Octave_map& m);