Mercurial > hg > octave-lyh
comparison liboctave/int8NDArray.h @ 8774:b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 17 Feb 2009 08:38:00 +0100 |
parents | e8d953d03f6a |
children | eb63fbe60fab |
comparison
equal
deleted
inserted
replaced
8773:9e3111d203c0 | 8774:b756ce0002db |
---|---|
22 | 22 |
23 #if !defined (octave_int8NDArray_h) | 23 #if !defined (octave_int8NDArray_h) |
24 #define octave_int8NDArray_h 1 | 24 #define octave_int8NDArray_h 1 |
25 | 25 |
26 #include "intNDArray.h" | 26 #include "intNDArray.h" |
27 #include "mx-op-defs.h" | 27 #include "mx-op-decl.h" |
28 #include "oct-inttypes.h" | 28 #include "oct-inttypes.h" |
29 | 29 |
30 typedef intNDArray<octave_int8> int8NDArray; | 30 typedef intNDArray<octave_int8> int8NDArray; |
31 | 31 |
32 NDS_CMP_OP_DECLS (int8NDArray, octave_int8, OCTAVE_API) | 32 NDS_CMP_OP_DECLS (int8NDArray, octave_int8, OCTAVE_API) |