Definition at line 173 of file qsharedpointer_impl.h.
#include <qsharedpointer_impl.h>

Public Member Functions |
|
| ExternalRefCountData () | |
| ExternalRefCountData (Qt::Initialization) | |
| virtual | ~ExternalRefCountData () |
| virtual bool | destroy () |
| Q_CORE_EXPORT void | setQObjectShared (const QObject *, bool enable) |
| void | setQObjectShared (...) |
Static Public Member Functions |
|
| static
Q_CORE_EXPORT ExternalRefCountData * |
getAndRef (const QObject *) |
Public Attributes |
|
| QBasicAtomicInt | weakref |
| QBasicAtomicInt | strongref |
| ExternalRefCountData | ( | ) | [inline] |
Definition at line 178 of file qsharedpointer_impl.h.
| ExternalRefCountData | ( | Qt::Initialization | ) | [inline] |
Definition at line 183 of file qsharedpointer_impl.h.
{ }
| virtual ~ExternalRefCountData | ( | ) | [inline, virtual] |
Definition at line 184 of file qsharedpointer_impl.h.
| virtual bool destroy | ( | ) | [inline, virtual] |
Reimplemented in ExternalRefCountWithDestroyFn.
Definition at line 189 of file qsharedpointer_impl.h.
{ return false; }
| static Q_CORE_EXPORT ExternalRefCountData* getAndRef | ( | const QObject * | ) | [static] |
| Q_CORE_EXPORT void setQObjectShared | ( | const QObject * | , |
| bool | enable | ||
| ) |
| void setQObjectShared | ( | ... | ) | [inline] |
Definition at line 175 of file qsharedpointer_impl.h.
Definition at line 176 of file qsharedpointer_impl.h.