comparison 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
comparison
equal deleted inserted replaced
4905:f7a337f3fd9e 4906:6754342ef7ad
213 boolNDArray bool_array_value (void) const; 213 boolNDArray bool_array_value (void) const;
214 214
215 charMatrix char_matrix_value (bool force = false) const; 215 charMatrix char_matrix_value (bool force = false) const;
216 216
217 charNDArray char_array_value (bool = false) const; 217 charNDArray char_array_value (bool = false) const;
218
219 int8NDArray int8_array_value (void) const;
220
221 int16NDArray int16_array_value (void) const;
222
223 int32NDArray int32_array_value (void) const;
224
225 int64NDArray int64_array_value (void) const;
226
227 uint8NDArray uint8_array_value (void) const;
228
229 uint16NDArray uint16_array_value (void) const;
230
231 uint32NDArray uint32_array_value (void) const;
232
233 uint64NDArray uint64_array_value (void) const;
218 234
219 string_vector all_strings (bool pad = false, bool force = false) const; 235 string_vector all_strings (bool pad = false, bool force = false) const;
220 236
221 std::string string_value (bool force = false) const; 237 std::string string_value (bool force = false) const;
222 238