Mercurial > hg > octave-lyh
comparison liboctave/so-array.h @ 6708:0ce71beb1cf3
[project @ 2007-06-13 06:40:48 by jwe]
author | jwe |
---|---|
date | Wed, 13 Jun 2007 06:40:49 +0000 |
parents | 143b556ce725 |
children | 83619ae96c1d |
comparison
equal
deleted
inserted
replaced
6707:b7e71f0fc805 | 6708:0ce71beb1cf3 |
---|---|
92 OCTAVE_API streamoff_array& operator -= (streamoff_array& l, const std::streamoff& r); | 92 OCTAVE_API streamoff_array& operator -= (streamoff_array& l, const std::streamoff& r); |
93 | 93 |
94 OCTAVE_API streamoff_array& operator += (streamoff_array& l, const streamoff_array& r); | 94 OCTAVE_API streamoff_array& operator += (streamoff_array& l, const streamoff_array& r); |
95 OCTAVE_API streamoff_array& operator -= (streamoff_array& l, const streamoff_array& r); | 95 OCTAVE_API streamoff_array& operator -= (streamoff_array& l, const streamoff_array& r); |
96 | 96 |
97 NDCMP_OP_DECL (mx_el_eq, std::streamoff, streamoff_array); | 97 NDCMP_OP_DECL (mx_el_eq, std::streamoff, streamoff_array, OCTAVE_API); |
98 NDCMP_OP_DECL (mx_el_ne, std::streamoff, streamoff_array); | 98 NDCMP_OP_DECL (mx_el_ne, std::streamoff, streamoff_array, OCTAVE_API); |
99 | 99 |
100 NDCMP_OP_DECL (mx_el_eq, streamoff_array, std::streamoff); | 100 NDCMP_OP_DECL (mx_el_eq, streamoff_array, std::streamoff, OCTAVE_API); |
101 NDCMP_OP_DECL (mx_el_ne, streamoff_array, std::streamoff); | 101 NDCMP_OP_DECL (mx_el_ne, streamoff_array, std::streamoff, OCTAVE_API); |
102 | 102 |
103 NDCMP_OP_DECL (mx_el_eq, streamoff_array, streamoff_array); | 103 NDCMP_OP_DECL (mx_el_eq, streamoff_array, streamoff_array, OCTAVE_API); |
104 NDCMP_OP_DECL (mx_el_ne, streamoff_array, streamoff_array); | 104 NDCMP_OP_DECL (mx_el_ne, streamoff_array, streamoff_array, OCTAVE_API); |
105 | 105 |
106 BIN_OP_DECL (streamoff_array, operator +, streamoff_array, streamoff_array); | 106 BIN_OP_DECL (streamoff_array, operator +, streamoff_array, streamoff_array, OCTAVE_API); |
107 BIN_OP_DECL (streamoff_array, operator -, streamoff_array, streamoff_array); | 107 BIN_OP_DECL (streamoff_array, operator -, streamoff_array, streamoff_array, OCTAVE_API); |
108 | 108 |
109 BIN_OP_DECL (streamoff_array, operator +, streamoff_array, std::streamoff); | 109 BIN_OP_DECL (streamoff_array, operator +, streamoff_array, std::streamoff, OCTAVE_API); |
110 BIN_OP_DECL (streamoff_array, operator -, streamoff_array, std::streamoff); | 110 BIN_OP_DECL (streamoff_array, operator -, streamoff_array, std::streamoff, OCTAVE_API); |
111 | 111 |
112 BIN_OP_DECL (streamoff_array, operator +, std::streamoff, streamoff_array); | 112 BIN_OP_DECL (streamoff_array, operator +, std::streamoff, streamoff_array, OCTAVE_API); |
113 BIN_OP_DECL (streamoff_array, operator -, std::streamoff, streamoff_array); | 113 BIN_OP_DECL (streamoff_array, operator -, std::streamoff, streamoff_array, OCTAVE_API); |
114 | 114 |
115 #endif | 115 #endif |
116 | 116 |
117 /* | 117 /* |
118 ;;; Local Variables: *** | 118 ;;; Local Variables: *** |