Mercurial > hg > octave-nkf
diff src/ov-bool-mat.h @ 9685:e793865ede63
implement builtin_type
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Fri, 02 Oct 2009 08:27:44 +0200 |
parents | 1be3c73ed7b5 |
children | f80c566bc751 |
line wrap: on
line diff
--- a/src/ov-bool-mat.h +++ b/src/ov-bool-mat.h @@ -80,6 +80,8 @@ idx_vector index_vector (void) const { return idx_cache ? *idx_cache : set_idx_cache (idx_vector (matrix)); } + builtin_type_t builtin_type (void) const { return btyp_bool; } + bool is_bool_matrix (void) const { return true; } bool is_bool_type (void) const { return true; }