| 169 | | operator==(RefCountPointer<LHSObjectT, |
|---|
| 170 | | LHSRefCountPolicyT> const &lhs, |
|---|
| 171 | | RefCountPointer<RHSObjectT, |
|---|
| 172 | | RHSRefCountPolicyT> const &rhs); |
|---|
| | 169 | operator==(RefCountPointer<LHSObjectT, |
|---|
| | 170 | LHSRefCountPolicyT> const &lhs, |
|---|
| | 171 | RefCountPointer<RHSObjectT, |
|---|
| | 172 | RHSRefCountPolicyT> const &rhs); |
|---|
| | 173 | |
|---|
| | 174 | template <class LHSObjectT, class LHSRefCountPolicyT, |
|---|
| | 175 | class RHSObjectT > |
|---|
| | 176 | bool |
|---|
| | 177 | operator==(RefCountPointer<LHSObjectT, |
|---|
| | 178 | LHSRefCountPolicyT> const &lhs, |
|---|
| | 179 | RHSObjectT * const rhs ); |
|---|
| | 180 | |
|---|
| | 181 | template <class LHSObjectT, |
|---|
| | 182 | class RHSObjectT, class RHSRefCountPolicyT> |
|---|
| | 183 | bool |
|---|
| | 184 | operator==(LHSObjectT * const lhs, |
|---|
| | 185 | RefCountPointer<RHSObjectT, |
|---|
| | 186 | RHSRefCountPolicyT> const &rhs ); |
|---|
| 177 | | operator!=(RefCountPointer<LHSObjectT, |
|---|
| 178 | | LHSRefCountPolicyT> const &lhs, |
|---|
| 179 | | RefCountPointer<RHSObjectT, |
|---|
| 180 | | RHSRefCountPolicyT> const &rhs); |
|---|
| | 191 | operator!=(RefCountPointer<LHSObjectT, |
|---|
| | 192 | LHSRefCountPolicyT> const &lhs, |
|---|
| | 193 | RefCountPointer<RHSObjectT, |
|---|
| | 194 | RHSRefCountPolicyT> const &rhs); |
|---|
| | 195 | |
|---|
| | 196 | template <class LHSObjectT, class LHSRefCountPolicyT, |
|---|
| | 197 | class RHSObjectT > |
|---|
| | 198 | bool |
|---|
| | 199 | operator!=(RefCountPointer<LHSObjectT, |
|---|
| | 200 | LHSRefCountPolicyT> const &lhs, |
|---|
| | 201 | RHSObjectT * const rhs ); |
|---|
| | 202 | |
|---|
| | 203 | template <class LHSObjectT, |
|---|
| | 204 | class RHSObjectT, class RHSRefCountPolicyT> |
|---|
| | 205 | bool |
|---|
| | 206 | operator!=(LHSObjectT * const lhs, |
|---|
| | 207 | RefCountPointer<RHSObjectT, |
|---|
| | 208 | RHSRefCountPolicyT> const &rhs ); |
|---|
| 185 | | operator<(RefCountPointer<LHSObjectT, |
|---|
| 186 | | LHSRefCountPolicyT> const &lhs, |
|---|
| 187 | | RefCountPointer<RHSObjectT, |
|---|
| 188 | | RHSRefCountPolicyT> const &rhs); |
|---|
| | 213 | operator<(RefCountPointer<LHSObjectT, |
|---|
| | 214 | LHSRefCountPolicyT> const &lhs, |
|---|
| | 215 | RefCountPointer<RHSObjectT, |
|---|
| | 216 | RHSRefCountPolicyT> const &rhs); |
|---|