Mercurial > hg > octave-jordi
comparison src/ov-range.h @ 2466:1573640a9994
[project @ 1996-11-04 03:56:11 by jwe]
author | jwe |
---|---|
date | Mon, 04 Nov 1996 03:56:17 +0000 |
parents | 31d5588dbb61 |
children | 3d905d3820a4 |
comparison
equal
deleted
inserted
replaced
2465:7ee42ff6536a | 2466:1573640a9994 |
---|---|
139 | 139 |
140 octave_value hermitian (void) const; | 140 octave_value hermitian (void) const; |
141 | 141 |
142 octave_value convert_to_str (void) const; | 142 octave_value convert_to_str (void) const; |
143 | 143 |
144 void print (ostream& os); | 144 void print (ostream& os, bool pr_as_read_syntax = false); |
145 | 145 |
146 int type_id (void) const { return t_id; } | 146 int type_id (void) const { return t_id; } |
147 | 147 |
148 string type_name (void) const { return t_name; } | 148 string type_name (void) const { return t_name; } |
149 | 149 |