|
| template<class T , class U > |
| bool | Xapian::Internal::operator== (intrusive_ptr< T > const &a, intrusive_ptr< U > const &b) |
| |
| template<class T , class U > |
| bool | Xapian::Internal::operator!= (intrusive_ptr< T > const &a, intrusive_ptr< U > const &b) |
| |
| template<class T , class U > |
| bool | Xapian::Internal::operator== (intrusive_ptr< T > const &a, U *b) |
| |
| template<class T , class U > |
| bool | Xapian::Internal::operator!= (intrusive_ptr< T > const &a, U *b) |
| |
| template<class T , class U > |
| bool | Xapian::Internal::operator== (T *a, intrusive_ptr< U > const &b) |
| |
| template<class T , class U > |
| bool | Xapian::Internal::operator!= (T *a, intrusive_ptr< U > const &b) |
| |
| template<class T , class U > |
| bool | Xapian::Internal::operator== (opt_intrusive_ptr< T > const &a, opt_intrusive_ptr< U > const &b) |
| |
| template<class T , class U > |
| bool | Xapian::Internal::operator!= (opt_intrusive_ptr< T > const &a, opt_intrusive_ptr< U > const &b) |
| |
| template<class T , class U > |
| bool | Xapian::Internal::operator== (opt_intrusive_ptr< T > const &a, U *b) |
| |
| template<class T , class U > |
| bool | Xapian::Internal::operator!= (opt_intrusive_ptr< T > const &a, U *b) |
| |
| template<class T , class U > |
| bool | Xapian::Internal::operator== (T *a, opt_intrusive_ptr< U > const &b) |
| |
| template<class T , class U > |
| bool | Xapian::Internal::operator!= (T *a, opt_intrusive_ptr< U > const &b) |
| |