comparison src/ov.cc @ 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 f7ce581b27fb
comparison
equal deleted inserted replaced
4644:3b74f1a86750 4645:bd2067547b40
928 octave_value::stream_number (void) const 928 octave_value::stream_number (void) const
929 { 929 {
930 return rep->stream_number (); 930 return rep->stream_number ();
931 } 931 }
932 932
933 std::streamoff
934 octave_value::streamoff_value (void) const
935 {
936 return rep->streamoff_value ();
937 }
938
933 streamoff_array 939 streamoff_array
934 octave_value::streamoff_value (void) const 940 octave_value::streamoff_array_value (void) const
935 { 941 {
936 return rep->streamoff_value (); 942 return rep->streamoff_array_value ();
937 } 943 }
938 944
939 octave_function * 945 octave_function *
940 octave_value::function_value (bool silent) 946 octave_value::function_value (bool silent)
941 { 947 {