Mercurial > hg > octave-lyh
comparison src/ov-list.h @ 3196:3ac3e8edc258
[project @ 1998-10-28 23:04:39 by jwe]
author | jwe |
---|---|
date | Wed, 28 Oct 1998 23:11:11 +0000 |
parents | ebbc34ff7f66 |
children | 30770ba4457a |
comparison
equal
deleted
inserted
replaced
3195:7a5a5da64756 | 3196:3ac3e8edc258 |
---|---|
70 void operator delete (void *p, size_t size) | 70 void operator delete (void *p, size_t size) |
71 { allocator.free (p, size); } | 71 { allocator.free (p, size); } |
72 | 72 |
73 octave_value do_index_op (const octave_value_list& idx); | 73 octave_value do_index_op (const octave_value_list& idx); |
74 | 74 |
75 void assign (const octave_value_list& idx, const octave_value& rhs); | |
76 | |
77 int length (void) const { return lst.length (); } | |
78 | |
75 bool is_defined (void) const { return true; } | 79 bool is_defined (void) const { return true; } |
76 | 80 |
77 bool is_constant (void) const { return true; } | 81 bool is_constant (void) const { return true; } |
78 | 82 |
79 bool is_list (void) const { return true; } | 83 bool is_list (void) const { return true; } |