#include <qshareddata.h>
Definition at line 136 of file qshareddata.h.
Public Types | |
typedef T | Type |
typedef T * | pointer |
Public Member Functions | |
T & | operator* () const |
T * | operator-> () |
T * | operator-> () const |
T * | data () const |
const T * | constData () const |
void | detach () |
void | reset () |
operator bool () const | |
bool | operator== (const QExplicitlySharedDataPointer< T > &other) const |
bool | operator!= (const QExplicitlySharedDataPointer< T > &other) const |
bool | operator== (const T *ptr) const |
bool | operator!= (const T *ptr) const |
QExplicitlySharedDataPointer () | |
~QExplicitlySharedDataPointer () | |
QExplicitlySharedDataPointer (T *data) | |
QExplicitlySharedDataPointer (const QExplicitlySharedDataPointer< T > &o) | |
template<class X > | |
QExplicitlySharedDataPointer (const QExplicitlySharedDataPointer< X > &o) | |
QExplicitlySharedDataPointer< T > & | operator= (const QExplicitlySharedDataPointer< T > &o) |
QExplicitlySharedDataPointer & | operator= (T *o) |
bool | operator! () const |
void | swap (QExplicitlySharedDataPointer &other) |
Protected Member Functions | |
T * | clone () |
typedef T Type |
Definition at line 139 of file qshareddata.h.
typedef T* pointer |
Definition at line 140 of file qshareddata.h.
|
inline |
Definition at line 165 of file qshareddata.h.
|
inline |
Definition at line 166 of file qshareddata.h.
|
explicit |
Definition at line 257 of file qshareddata.h.
|
inline |
Definition at line 169 of file qshareddata.h.
|
inline |
Definition at line 172 of file qshareddata.h.
|
inline |
Definition at line 142 of file qshareddata.h.
|
inline |
Definition at line 143 of file qshareddata.h.
|
inline |
Definition at line 144 of file qshareddata.h.
|
inline |
Definition at line 145 of file qshareddata.h.
|
inline |
Definition at line 146 of file qshareddata.h.
|
inline |
Definition at line 148 of file qshareddata.h.
Definition at line 150 of file qshareddata.h.
|
inline |
Definition at line 158 of file qshareddata.h.
|
inline |
Definition at line 160 of file qshareddata.h.
|
inline |
Definition at line 161 of file qshareddata.h.
|
inline |
Definition at line 162 of file qshareddata.h.
|
inline |
Definition at line 163 of file qshareddata.h.
|
inline |
Definition at line 178 of file qshareddata.h.
|
inline |
Definition at line 189 of file qshareddata.h.
|
inline |
Definition at line 206 of file qshareddata.h.
|
inline |
Definition at line 208 of file qshareddata.h.
|
protected |
Definition at line 241 of file qshareddata.h.