Mercurial > hg > octave-nkf
comparison src/ov.h @ 9728:70925b11ba46
again allow the obsolete syntax for cellfun
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Thu, 15 Oct 2009 13:07:44 +0200 |
parents | aea3a3a950e1 |
children | b4fdfee405b5 |
comparison
equal
deleted
inserted
replaced
9727:04386b72d3df | 9728:70925b11ba46 |
---|---|
277 octave_value (const Octave_map& m); | 277 octave_value (const Octave_map& m); |
278 octave_value (const Octave_map& m, const std::string& id); | 278 octave_value (const Octave_map& m, const std::string& id); |
279 octave_value (const octave_value_list& m, bool is_cs_list = false); | 279 octave_value (const octave_value_list& m, bool is_cs_list = false); |
280 octave_value (octave_value::magic_colon); | 280 octave_value (octave_value::magic_colon); |
281 | 281 |
282 octave_value (octave_base_value *new_rep); | 282 octave_value (octave_base_value *new_rep, bool borrow = false); |
283 octave_value (octave_base_value *new_rep, int xcount); | 283 octave_value (octave_base_value *new_rep, int xcount) GCC_ATTR_DEPRECATED; |
284 | 284 |
285 // Copy constructor. | 285 // Copy constructor. |
286 | 286 |
287 octave_value (const octave_value& a) | 287 octave_value (const octave_value& a) |
288 { | 288 { |