Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Classes | |
class | Y |
[0] More... | |
class | ScriptInterface |
[0] More... | |
Functions | |
int | main () |
static void | doDeleteLater (MyObject *obj) |
[1] | |
void | otherFunction () |
if (sharedptr) | |
[3] | |
if (!sharedptr) | |
[4] | |
QSharedPointer< T > | other (t) |
[5] | |
this | swap (other) |
QSharedPointer< T > | other (t, deleter) |
[6] | |
if (weakref) | |
[7] | |
qDebug ("Tracking %p", weakref.data()) | |
[9] | |
if (obj) | |
Variables | |
QSharedPointer< MyObject > | obj |
[2] | |
QWeakPointer< int > | weakref = obtainReference() |
[10] | |
QSharedPointer< int > | strong = weakref.toStrongRef() |
if | ( | ! | weakref | ) |
if | ( | obj | ) |
Definition at line 93 of file src_corelib_tools_qsharedpointer.cpp.
if | ( | sharedptr | ) |
if | ( | weakref | ) |
int main | ( | ) |
Definition at line 14 of file src_corelib_tools_qsharedpointer.cpp.
QSharedPointer< T > other | ( | t | ) |
[5]
[6]
QSharedPointer< T > other | ( | t | , |
deleter | ) |
[6]
[7]
void otherFunction | ( | ) |
Definition at line 44 of file src_corelib_tools_qsharedpointer.cpp.
qDebug | ( | "Tracking %p" | , |
weakref. | data() ) |
[9]
[10]
QSharedPointer< int > strong = weakref.toStrongRef() |
Definition at line 105 of file src_corelib_tools_qsharedpointer.cpp.
QWeakPointer< int > weakref = obtainReference() |