comparison src/ov-base.h @ 5353:df230b7df93c

[project @ 2005-05-18 02:18:24 by jwe]
author jwe
date Wed, 18 May 2005 02:18:24 +0000
parents 4c8a2e4e0717
children dfa2da0563e5
comparison
equal deleted inserted replaced
5352:ac4a7df431d4 5353:df230b7df93c
129 129
130 bool is_range (void) const { return false; } 130 bool is_range (void) const { return false; }
131 131
132 bool is_map (void) const { return false; } 132 bool is_map (void) const { return false; }
133 133
134 bool is_stream (void) const { return false; }
135
136 bool is_streamoff (void) const { return false; } 134 bool is_streamoff (void) const { return false; }
137 135
138 bool is_cs_list (void) const { return false; } 136 bool is_cs_list (void) const { return false; }
139 137
140 bool is_list (void) const { return false; } 138 bool is_list (void) const { return false; }
268 Range range_value (void) const; 266 Range range_value (void) const;
269 267
270 Octave_map map_value (void) const; 268 Octave_map map_value (void) const;
271 269
272 string_vector map_keys (void) const; 270 string_vector map_keys (void) const;
273
274 octave_stream stream_value (void) const;
275
276 int stream_number (void) const;
277 271
278 std::streamoff streamoff_value (void) const; 272 std::streamoff streamoff_value (void) const;
279 273
280 streamoff_array streamoff_array_value (void) const; 274 streamoff_array streamoff_array_value (void) const;
281 275