Mercurial > hg > octave-avbm
comparison src/ov-struct.h @ 2962:5e0fe4c5d52f
[project @ 1997-05-12 03:13:57 by jwe]
author | jwe |
---|---|
date | Mon, 12 May 1997 03:21:56 +0000 |
parents | 56be458e237f |
children | ebbc34ff7f66 |
comparison
equal
deleted
inserted
replaced
2961:8a77d52c9d02 | 2962:5e0fe4c5d52f |
---|---|
71 { return allocator.alloc (size); } | 71 { return allocator.alloc (size); } |
72 | 72 |
73 void operator delete (void *p, size_t size) | 73 void operator delete (void *p, size_t size) |
74 { allocator.free (p, size); } | 74 { allocator.free (p, size); } |
75 | 75 |
76 octave_value struct_elt_val (const string& nm, bool silent) const; | 76 octave_value |
77 do_struct_elt_index_op (const string& nm, const octave_value_list& idx, | |
78 bool silent); | |
79 | |
80 octave_value do_struct_elt_index_op (const string& nm, bool silent); | |
77 | 81 |
78 octave_variable_reference | 82 octave_variable_reference |
79 struct_elt_ref (octave_value *parent, const string& nm); | 83 struct_elt_ref (octave_value *parent, const string& nm); |
80 | 84 |
81 bool is_defined (void) const { return true; } | 85 bool is_defined (void) const { return true; } |