Mercurial > hg > octave-lyh
comparison src/ov.h @ 6223:a6cc01dd09f9
[project @ 2007-01-03 20:59:28 by jwe]
author | jwe |
---|---|
date | Wed, 03 Jan 2007 20:59:28 +0000 |
parents | e0065af38cf4 |
children | ec88b4ab6d10 |
comparison
equal
deleted
inserted
replaced
6222:07d967f75dba | 6223:a6cc01dd09f9 |
---|---|
485 // Other type stuff. | 485 // Other type stuff. |
486 | 486 |
487 bool is_bool_type (void) const | 487 bool is_bool_type (void) const |
488 { return rep->is_bool_type (); } | 488 { return rep->is_bool_type (); } |
489 | 489 |
490 bool is_integer_type (void) const | |
491 { return rep->is_integer_type (); } | |
492 | |
490 bool is_real_type (void) const | 493 bool is_real_type (void) const |
491 { return rep->is_real_type (); } | 494 { return rep->is_real_type (); } |
492 | 495 |
493 bool is_complex_type (void) const | 496 bool is_complex_type (void) const |
494 { return rep->is_complex_type (); } | 497 { return rep->is_complex_type (); } |