comparison src/ov-struct.h @ 2974:ebbc34ff7f66

[project @ 1997-05-15 19:36:16 by jwe]
author jwe
date Thu, 15 May 1997 19:42:59 +0000
parents 5e0fe4c5d52f
children a3556d2adec9
comparison
equal deleted inserted replaced
2973:ef3379196bcf 2974:ebbc34ff7f66
82 octave_variable_reference 82 octave_variable_reference
83 struct_elt_ref (octave_value *parent, const string& nm); 83 struct_elt_ref (octave_value *parent, const string& nm);
84 84
85 bool is_defined (void) const { return true; } 85 bool is_defined (void) const { return true; }
86 86
87 bool is_constant (void) const { return false; }
88
87 bool is_map (void) const { return true; } 89 bool is_map (void) const { return true; }
88 90
89 Octave_map map_value (void) const { return map; } 91 Octave_map map_value (void) const { return map; }
90 92
91 void print (ostream& os, bool pr_as_read_syntax = false) const; 93 void print (ostream& os, bool pr_as_read_syntax = false) const;