diff src/ov-scalar.h @ 10670:654fbde5dceb

make cellfun's fast scalar collection mechanism public
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 28 May 2010 12:28:06 +0200
parents f3b65e1ae355
children d9e57045b9e1
line wrap: on
line diff
--- a/src/ov-scalar.h	Thu May 27 20:12:51 2010 -0700
+++ b/src/ov-scalar.h	Fri May 28 12:28:06 2010 +0200
@@ -247,6 +247,8 @@
 
   octave_value map (unary_mapper_t umap) const;
 
+  bool fast_elem_insert_self (void *where, builtin_type_t btyp) const;
+
 private:
 
   DECLARE_OCTAVE_ALLOCATOR