Mercurial > hg > octave-nkf
comparison liboctave/int8NDArray.cc @ 6108:143b556ce725
[project @ 2006-10-27 01:45:54 by jwe]
author | jwe |
---|---|
date | Fri, 27 Oct 2006 01:45:56 +0000 |
parents | 4c8a2e4e0717 |
children | 93c65f2a5668 |
comparison
equal
deleted
inserted
replaced
6107:6465ca8e4f0c | 6108:143b556ce725 |
---|---|
28 | 28 |
29 #include "int8NDArray.h" | 29 #include "int8NDArray.h" |
30 | 30 |
31 #include "intNDArray.cc" | 31 #include "intNDArray.cc" |
32 | 32 |
33 template class intNDArray<octave_int8>; | 33 template class OCTAVE_API intNDArray<octave_int8>; |
34 | 34 |
35 template | 35 template OCTAVE_API |
36 std::ostream& | 36 std::ostream& |
37 operator << (std::ostream& os, const intNDArray<octave_int8>& a); | 37 operator << (std::ostream& os, const intNDArray<octave_int8>& a); |
38 | 38 |
39 template | 39 template OCTAVE_API |
40 std::istream& | 40 std::istream& |
41 operator >> (std::istream& is, intNDArray<octave_int8>& a); | 41 operator >> (std::istream& is, intNDArray<octave_int8>& a); |
42 | 42 |
43 NDS_CMP_OPS (int8NDArray, , octave_int8, ) | 43 NDS_CMP_OPS (int8NDArray, , octave_int8, ) |
44 NDS_BOOL_OPS (int8NDArray, octave_int8, octave_int8 (0)) | 44 NDS_BOOL_OPS (int8NDArray, octave_int8, octave_int8 (0)) |