Mercurial > hg > octave-nkf
comparison liboctave/MArray2.h @ 6708:0ce71beb1cf3
[project @ 2007-06-13 06:40:48 by jwe]
author | jwe |
---|---|
date | Wed, 13 Jun 2007 06:40:49 +0000 |
parents | 4c8a2e4e0717 |
children | 2883ea1c5c18 |
comparison
equal
deleted
inserted
replaced
6707:b7e71f0fc805 | 6708:0ce71beb1cf3 |
---|---|
31 | 31 |
32 // But first, some preprocessor abuse... | 32 // But first, some preprocessor abuse... |
33 | 33 |
34 #include "MArray-defs.h" | 34 #include "MArray-defs.h" |
35 | 35 |
36 MARRAY_OPS_FORWARD_DECLS (MArray2) | 36 MARRAY_OPS_FORWARD_DECLS (MArray2, ) |
37 | 37 |
38 template <class T> | 38 template <class T> |
39 class | 39 class |
40 MArray2 : public Array2<T> | 40 MArray2 : public Array2<T> |
41 { | 41 { |