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
observed_ptr_unittest.cpp File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

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

Go to the source code of this file.

Namespaces

namespace  fxcrt
 

Functions

 fxcrt::TEST (ObservePtr, Null)
 
 fxcrt::TEST (ObservePtr, LivesLonger)
 
 fxcrt::TEST (ObservePtr, LivesShorter)
 
 fxcrt::TEST (ObservePtr, CopyConstruct)
 
 fxcrt::TEST (ObservePtr, CopyAssign)
 
 fxcrt::TEST (ObservePtr, Vector)
 
 fxcrt::TEST (ObservePtr, VectorAutoClear)
 
 fxcrt::TEST (ObservePtr, ResetNull)
 
 fxcrt::TEST (ObservePtr, Reset)
 
 fxcrt::TEST (ObservePtr, Equals)
 
 fxcrt::TEST (ObservePtr, NotEquals)
 
 fxcrt::TEST (ObservePtr, Bool)
 
 fxcrt::TEST (ObservePtr, SelfObservable)
 
 fxcrt::TEST (ObservePtr, PairwiseObservable)