![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxcrt/weak_ptr.h"#include <memory>#include <utility>#include "testing/gtest/include/gtest/gtest.h"Go to the source code of this file.
Namespaces | |
| namespace | fxcrt |
Functions | |
| fxcrt::TEST (WeakPtr, Null) | |
| fxcrt::TEST (WeakPtr, NonNull) | |
| fxcrt::TEST (WeakPtr, ResetNull) | |
| fxcrt::TEST (WeakPtr, ResetNonNull) | |
| fxcrt::TEST (WeakPtr, DeleteObject) | |
| fxcrt::TEST (WeakPtr, Cyclic) | |
| fxcrt::TEST (WeakPtr, CyclicDeleteObject) | |