comparison src/ov-fcn.h @ 5759:ce79d238f142

[project @ 2006-04-13 13:04:32 by jwe]
author jwe
date Thu, 13 Apr 2006 13:04:33 +0000
parents 1c36a2e82266
children 080c08b192d8
comparison
equal deleted inserted replaced
5758:65208d959bf1 5759:ce79d238f142
45 45
46 octave_function (void) { } 46 octave_function (void) { }
47 47
48 ~octave_function (void) { } 48 ~octave_function (void) { }
49 49
50 octave_value *clone (void) const; 50 octave_base_value *clone (void) const;
51 octave_value *empty_clone (void) const; 51 octave_base_value *empty_clone (void) const;
52 52
53 bool is_defined (void) const { return true; } 53 bool is_defined (void) const { return true; }
54 54
55 bool is_function (void) const { return true; } 55 bool is_function (void) const { return true; }
56 56