comparison src/ov-cell.h @ 8626:1dce30ab0e72

don't convert NaN to logical in bool expressions
author John W. Eaton <jwe@octave.org>
date Thu, 29 Jan 2009 12:50:25 -0500
parents 906f976d35a8
children 280fae940bb0
comparison
equal deleted inserted replaced
8625:4d90d21a9cd9 8626:1dce30ab0e72
100 100
101 bool is_cell (void) const { return true; } 101 bool is_cell (void) const { return true; }
102 102
103 bool is_cellstr (void) const { return matrix.is_cellstr (); } 103 bool is_cellstr (void) const { return matrix.is_cellstr (); }
104 104
105 bool is_true (void) const;
106
105 Cell cell_value (void) const { return matrix; } 107 Cell cell_value (void) const { return matrix; }
106 108
107 octave_value_list list_value (void) const; 109 octave_value_list list_value (void) const;
108 110
109 octave_value convert_to_str_internal (bool pad, bool, char type) const 111 octave_value convert_to_str_internal (bool pad, bool, char type) const