comparison src/ov-base.h @ 3195:7a5a5da64756

[project @ 1998-10-28 22:54:04 by jwe]
author jwe
date Wed, 28 Oct 1998 23:01:17 +0000
parents 0d640dc625c7
children 44d82b369c78
comparison
equal deleted inserted replaced
3194:bea685644090 3195:7a5a5da64756
82 82
83 octave_value do_struct_elt_index_op (const string& nm, bool silent); 83 octave_value do_struct_elt_index_op (const string& nm, bool silent);
84 84
85 octave_lvalue struct_elt_ref (octave_value *parent, const string& nm); 85 octave_lvalue struct_elt_ref (octave_value *parent, const string& nm);
86 86
87 int rows (void) const { return -1; } 87 int rows (void) const;
88 88 int columns (void) const;
89 int columns (void) const { return -1; } 89
90 int length (void) const;
90 91
91 bool is_defined (void) const { return false; } 92 bool is_defined (void) const { return false; }
92 93
93 bool is_real_scalar (void) const { return false; } 94 bool is_real_scalar (void) const { return false; }
94 95