Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
weak_ptr_unittest.cpp File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include "core/fxcrt/weak_ptr.h"
#include <memory>
#include <utility>
#include "testing/gtest/include/gtest/gtest.h"
+ Include dependency graph for weak_ptr_unittest.cpp:

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)