comparison src/ov-cell.cc @ 4612:d44675070f1a

[project @ 2003-11-14 19:49:56 by jwe]
author jwe
date Fri, 14 Nov 2003 19:50:38 +0000
parents 02d2fcf835fc
children e95c86d48732
comparison
equal deleted inserted replaced
4611:c76a32c6f90c 4612:d44675070f1a
47 47
48 template class octave_base_matrix<Cell>; 48 template class octave_base_matrix<Cell>;
49 49
50 DEFINE_OCTAVE_ALLOCATOR (octave_cell); 50 DEFINE_OCTAVE_ALLOCATOR (octave_cell);
51 51
52 DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA (octave_cell, "cell"); 52 DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA (octave_cell, "cell", "cell");
53 53
54 octave_value 54 octave_value
55 octave_cell::subsref (const std::string& type, 55 octave_cell::subsref (const std::string& type,
56 const std::list<octave_value_list>& idx) 56 const std::list<octave_value_list>& idx)
57 { 57 {