comparison src/oct-obj.h @ 8455:fd11a08a9b31

disallow invalid {}-indexed assigments
author Jaroslav Hajek <highegg@gmail.com>
date Sun, 11 Jan 2009 07:55:44 +0100
parents f00578b495e9
children ad3afaaa19c1
comparison
equal deleted inserted replaced
8454:aaf2b6d6813c 8455:fd11a08a9b31
109 splice (octave_idx_type offset, octave_idx_type len, 109 splice (octave_idx_type offset, octave_idx_type len,
110 const octave_value_list& lst = octave_value_list ()) const; 110 const octave_value_list& lst = octave_value_list ()) const;
111 111
112 bool all_strings_p (void) const; 112 bool all_strings_p (void) const;
113 113
114 bool all_scalars (void) const;
115
114 bool has_magic_colon (void) const; 116 bool has_magic_colon (void) const;
115 117
116 string_vector make_argv (const std::string& = std::string()) const; 118 string_vector make_argv (const std::string& = std::string()) const;
117 119
118 void stash_name_tags (const string_vector& nm) { names = nm; } 120 void stash_name_tags (const string_vector& nm) { names = nm; }