#include <qshareddata.h>
Definition at line 54 of file qshareddata.h.
Public Types | |
typedef T | Type |
typedef T * | pointer |
Public Member Functions | |
void | detach () |
T & | operator* () |
const T & | operator* () const |
T * | operator-> () |
const T * | operator-> () const |
operator T * () | |
operator const T * () const | |
T * | data () |
const T * | data () const |
const T * | constData () const |
bool | operator== (const QSharedDataPointer< T > &other) const |
bool | operator!= (const QSharedDataPointer< T > &other) const |
QSharedDataPointer () | |
~QSharedDataPointer () | |
QSharedDataPointer (T *data) | |
QSharedDataPointer (const QSharedDataPointer< T > &o) | |
QSharedDataPointer< T > & | operator= (const QSharedDataPointer< T > &o) |
QSharedDataPointer & | operator= (T *o) |
bool | operator! () const |
void | swap (QSharedDataPointer &other) |
Protected Member Functions | |
T * | clone () |
typedef T Type |
Definition at line 72 of file qshareddata.h.
typedef T* pointer |
Definition at line 73 of file qshareddata.h.
|
inline |
Definition at line 89 of file qshareddata.h.
|
inline |
Definition at line 90 of file qshareddata.h.
|
explicit |
Definition at line 221 of file qshareddata.h.
|
inline |
Definition at line 93 of file qshareddata.h.
|
inline |
Definition at line 75 of file qshareddata.h.
|
inline |
Definition at line 76 of file qshareddata.h.
|
inline |
Definition at line 77 of file qshareddata.h.
|
inline |
Definition at line 78 of file qshareddata.h.
|
inline |
Definition at line 79 of file qshareddata.h.
|
inline |
Definition at line 80 of file qshareddata.h.
|
inline |
Definition at line 81 of file qshareddata.h.
|
inline |
Definition at line 82 of file qshareddata.h.
|
inline |
Definition at line 83 of file qshareddata.h.
|
inline |
Definition at line 84 of file qshareddata.h.
|
inline |
Definition at line 86 of file qshareddata.h.
|
inline |
Definition at line 87 of file qshareddata.h.
|
inline |
Definition at line 94 of file qshareddata.h.
|
inline |
Definition at line 105 of file qshareddata.h.
|
inline |
Definition at line 122 of file qshareddata.h.
|
inline |
Definition at line 124 of file qshareddata.h.
|
protected |
Definition at line 225 of file qshareddata.h.