diff src/ov-base.h @ 4906:6754342ef7ad

[project @ 2004-06-23 11:11:50 by jwe]
author jwe
date Wed, 23 Jun 2004 11:11:51 +0000
parents 62f2fb593455
children 1242acab4246
line wrap: on
line diff
--- a/src/ov-base.h	Thu Jun 17 04:14:36 2004 +0000
+++ b/src/ov-base.h	Wed Jun 23 11:11:51 2004 +0000
@@ -216,6 +216,22 @@
 
   charNDArray char_array_value (bool = false) const;
 
+  int8NDArray int8_array_value (void) const;
+
+  int16NDArray int16_array_value (void) const;
+
+  int32NDArray int32_array_value (void) const;
+
+  int64NDArray int64_array_value (void) const;
+
+  uint8NDArray uint8_array_value (void) const;
+
+  uint16NDArray uint16_array_value (void) const;
+
+  uint32NDArray uint32_array_value (void) const;
+
+  uint64NDArray uint64_array_value (void) const;
+
   string_vector all_strings (bool pad = false, bool force = false) const;
 
   std::string string_value (bool force = false) const;