Qt 4.8
Classes | Functions
qsharedpointer.h File Reference
#include <QtCore/qglobal.h>
#include <QtCore/qatomic.h>
#include <QtCore/qshareddata.h>

Go to the source code of this file.

Classes

class  QSharedPointer< T >
 The QSharedPointer class holds a strong reference to a shared pointer. More...
 
class  QWeakPointer< T >
 The QWeakPointer class holds a weak reference to a shared pointer. More...
 

Function Documentation

◆ operator!=() [1/5]

template<class T , class X >
bool operator!= ( const QSharedPointer< T > &  ptr1,
const QSharedPointer< X > &  ptr2 
)
related

◆ operator!=() [2/5]

template<class T , class X >
bool operator!= ( const QSharedPointer< T > &  ptr1,
const X *  ptr2 
)
related

◆ operator!=() [3/5]

template<class T , class X >
bool operator!= ( const T *  ptr1,
const QSharedPointer< X > &  ptr2 
)
related

◆ operator!=() [4/5]

template<class T , class X >
bool operator!= ( const QWeakPointer< T > &  ptr1,
const QSharedPointer< X > &  ptr2 
)
related

◆ operator!=() [5/5]

template<class T , class X >
bool operator!= ( const QSharedPointer< T > &  ptr1,
const QWeakPointer< X > &  ptr2 
)
related

◆ operator==() [1/5]

template<class T , class X >
bool operator== ( const QSharedPointer< T > &  ptr1,
const QSharedPointer< X > &  ptr2 
)
related

◆ operator==() [2/5]

template<class T , class X >
bool operator== ( const QSharedPointer< T > &  ptr1,
const X *  ptr2 
)
related

◆ operator==() [3/5]

template<class T , class X >
bool operator== ( const T *  ptr1,
const QSharedPointer< X > &  ptr2 
)
related

◆ operator==() [4/5]

template<class T , class X >
bool operator== ( const QWeakPointer< T > &  ptr1,
const QSharedPointer< X > &  ptr2 
)
related

◆ operator==() [5/5]

template<class T , class X >
bool operator== ( const QSharedPointer< T > &  ptr1,
const QWeakPointer< X > &  ptr2 
)
related

◆ qSharedPointerCast() [1/2]

template<class X , class T >
QSharedPointer<X> qSharedPointerCast ( const QSharedPointer< T > &  other)
related

◆ qSharedPointerCast() [2/2]

template<class X , class T >
QSharedPointer<X> qSharedPointerCast ( const QWeakPointer< T > &  other)
related

◆ qSharedPointerConstCast() [1/2]

template<class X , class T >
QSharedPointer<X> qSharedPointerConstCast ( const QSharedPointer< T > &  src)
related

◆ qSharedPointerConstCast() [2/2]

template<class X , class T >
QSharedPointer<X> qSharedPointerConstCast ( const QWeakPointer< T > &  src)
related

◆ qSharedPointerDynamicCast() [1/2]

template<class X , class T >
QSharedPointer<X> qSharedPointerDynamicCast ( const QSharedPointer< T > &  src)
related

◆ qSharedPointerDynamicCast() [2/2]

template<class X , class T >
QSharedPointer<X> qSharedPointerDynamicCast ( const QWeakPointer< T > &  src)
related

◆ qSharedPointerObjectCast() [1/2]

template<class X , class T >
QSharedPointer<X> qSharedPointerObjectCast ( const QSharedPointer< T > &  src)
related

◆ qSharedPointerObjectCast() [2/2]

template<class X , class T >
QSharedPointer<X> qSharedPointerObjectCast ( const QWeakPointer< T > &  src)
related

◆ qWeakPointerCast()

template<class X , class T >
QWeakPointer<X> qWeakPointerCast ( const QWeakPointer< T > &  src)
related