comparison src/ov-base.h @ 4580:cb1b4271643c

[project @ 2003-10-31 14:34:45 by jwe]
author jwe
date Fri, 31 Oct 2003 14:34:45 +0000
parents fc30061d01da
children 7b957b442818
comparison
equal deleted inserted replaced
4579:0854429eb037 4580:cb1b4271643c
198 198
199 bool bool_value (void) const; 199 bool bool_value (void) const;
200 200
201 boolMatrix bool_matrix_value (void) const; 201 boolMatrix bool_matrix_value (void) const;
202 202
203 boolNDArray bool_array_value (bool = false) const; 203 boolNDArray bool_array_value (void) const;
204 204
205 charMatrix char_matrix_value (bool = false) const; 205 charMatrix char_matrix_value (bool = false) const;
206 206
207 charNDArray char_array_value (bool = false) const; 207 charNDArray char_array_value (bool = false) const;
208 208