comparison src/ov.h @ 4994:48d0defe9445

[project @ 2004-09-15 20:31:31 by jwe]
author jwe
date Wed, 15 Sep 2004 20:31:31 +0000
parents 25c2664861bc
children d117a9fb83be
comparison
equal deleted inserted replaced
4993:761b8d760785 4994:48d0defe9445
316 316
317 octave_value next_subsref (const std::string& type, const 317 octave_value next_subsref (const std::string& type, const
318 std::list<octave_value_list>& idx, 318 std::list<octave_value_list>& idx,
319 size_t skip = 1); 319 size_t skip = 1);
320 320
321 octave_value_list next_subsref (int nargout,
322 const std::string& type, const
323 std::list<octave_value_list>& idx,
324 size_t skip = 1);
325
321 virtual octave_value do_index_op (const octave_value_list& idx, 326 virtual octave_value do_index_op (const octave_value_list& idx,
322 int resize_ok) 327 int resize_ok)
323 { return rep->do_index_op (idx, resize_ok); } 328 { return rep->do_index_op (idx, resize_ok); }
324 329
325 octave_value do_index_op (const octave_value_list& idx) 330 octave_value do_index_op (const octave_value_list& idx)