comparison src/ov-base.h @ 4645:bd2067547b40

[project @ 2003-11-23 08:07:52 by jwe]
author jwe
date Sun, 23 Nov 2003 08:07:53 +0000
parents ef3a14fb6847
children a9b22513b7a6
comparison
equal deleted inserted replaced
4644:3b74f1a86750 4645:bd2067547b40
224 224
225 octave_stream stream_value (void) const; 225 octave_stream stream_value (void) const;
226 226
227 int stream_number (void) const; 227 int stream_number (void) const;
228 228
229 streamoff_array streamoff_value (void) const; 229 std::streamoff streamoff_value (void) const;
230
231 streamoff_array streamoff_array_value (void) const;
230 232
231 octave_function *function_value (bool silent); 233 octave_function *function_value (bool silent);
232 234
233 octave_fcn_handle *fcn_handle_value (bool silent); 235 octave_fcn_handle *fcn_handle_value (bool silent);
234 236