Definition at line 56 of file qshareddata.h.
#include <qshareddata.h>

Public Member Functions |
|
| QSharedData () | |
| QSharedData (const QSharedData &) | |
Public Attributes |
|
| QAtomicInt | ref |
| QSharedData | ( | ) | [inline] |
Definition at line 61 of file qshareddata.h.
: ref(0) { }
| QSharedData | ( | const QSharedData & | ) | [inline] |
Definition at line 62 of file qshareddata.h.
: ref(0) { }
QAtomicInt ref
[mutable] |
Definition at line 59 of file qshareddata.h.