Mercurial > hg > octave-max
comparison src/ov-flt-re-diag.h @ 9685:e793865ede63
implement builtin_type
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Fri, 02 Oct 2009 08:27:44 +0200 |
parents | eb63fbe60fab |
children | f80c566bc751 |
comparison
equal
deleted
inserted
replaced
9684:c5ff5f858cfd | 9685:e793865ede63 |
---|---|
53 | 53 |
54 type_conv_info numeric_conversion_function (void) const; | 54 type_conv_info numeric_conversion_function (void) const; |
55 | 55 |
56 octave_base_value *try_narrowing_conversion (void); | 56 octave_base_value *try_narrowing_conversion (void); |
57 | 57 |
58 builtin_type_t builtin_type (void) const { return btyp_float; } | |
59 | |
58 bool is_real_matrix (void) const { return true; } | 60 bool is_real_matrix (void) const { return true; } |
59 | 61 |
60 bool is_real_type (void) const { return true; } | 62 bool is_real_type (void) const { return true; } |
61 | 63 |
62 bool is_single_type (void) const { return true; } | 64 bool is_single_type (void) const { return true; } |