comparison src/oct-strstrm.h @ 3775:13905c3a24af

[project @ 2001-02-06 01:56:59 by jwe]
author jwe
date Tue, 06 Feb 2001 01:57:06 +0000
parents 6dfdded73a7e
children b79da8779a0e
comparison
equal deleted inserted replaced
3774:de61a7ba91f2 3775:13905c3a24af
38 oct_mach_info::native) 38 oct_mach_info::native)
39 : octave_base_stream (arg_md, flt_fmt) { } 39 : octave_base_stream (arg_md, flt_fmt) { }
40 40
41 // Position a stream at OFFSET relative to ORIGIN. 41 // Position a stream at OFFSET relative to ORIGIN.
42 42
43 int seek (std::streamoff offset, std::ios::seek_dir origin); 43 int seek (std::streamoff offset, std::ios::seekdir origin);
44 44
45 // Return current stream position. 45 // Return current stream position.
46 46
47 long tell (void) const; 47 long tell (void) const;
48 48