comparison src/ov-cell.h @ 3724:3dfae66ad67c

[project @ 2000-10-12 05:45:11 by jwe]
author jwe
date Thu, 12 Oct 2000 05:45:12 +0000
parents ea583bc68959
children e8627dc4bdf2
comparison
equal deleted inserted replaced
3723:4c3774db5b3c 3724:3dfae66ad67c
72 72
73 bool is_defined (void) const { return true; } 73 bool is_defined (void) const { return true; }
74 74
75 bool is_constant (void) const { return true; } 75 bool is_constant (void) const { return true; }
76 76
77 bool is_cell (void) const { return true; }
78
77 Cell cell_value (void) const { return cell_val; } 79 Cell cell_value (void) const { return cell_val; }
78 80
79 void print (std::ostream& os, bool pr_as_read_syntax = false) const; 81 void print (std::ostream& os, bool pr_as_read_syntax = false) const;
80 82
81 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; 83 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const;