comparison src/ov-null-mat.h @ 8345:c777f3ce02d8

smarter conversion lookup
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 25 Nov 2008 14:04:55 +0100
parents 283989f2da9b
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
8344:b5f10b123440 8345:c777f3ce02d8
45 45
46 static const octave_value instance; 46 static const octave_value instance;
47 47
48 bool is_null_value (void) const { return true; } 48 bool is_null_value (void) const { return true; }
49 49
50 type_conv_fcn numeric_conversion_function (void) const; 50 type_conv_info numeric_conversion_function (void) const;
51 51
52 private: 52 private:
53 53
54 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA 54 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA
55 }; 55 };
66 66
67 static const octave_value instance; 67 static const octave_value instance;
68 68
69 bool is_null_value (void) const { return true; } 69 bool is_null_value (void) const { return true; }
70 70
71 type_conv_fcn numeric_conversion_function (void) const; 71 type_conv_info numeric_conversion_function (void) const;
72 72
73 73
74 private: 74 private:
75 75
76 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA 76 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA
88 88
89 static const octave_value instance; 89 static const octave_value instance;
90 90
91 bool is_null_value (void) const { return true; } 91 bool is_null_value (void) const { return true; }
92 92
93 type_conv_fcn numeric_conversion_function (void) const; 93 type_conv_info numeric_conversion_function (void) const;
94 94
95 private: 95 private:
96 96
97 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA 97 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA
98 }; 98 };