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.h File Reference

(5a424f4a7b188b75da63eb697f63558af0b17f6f)

#include <stddef.h>
#include <set>
#include "core/fxcrt/unowned_ptr_exclusion.h"
#include "third_party/base/check.h"
+ Include dependency graph for observed_ptr.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fxcrt::Observable
 
class  fxcrt::Observable::ObserverIface
 
class  fxcrt::ObservedPtr< T >
 

Namespaces

namespace  fxcrt
 

Functions

template<typename T , typename U >
bool fxcrt::operator== (const U *lhs, const ObservedPtr< T > &rhs)
 
template<typename T , typename U >
bool fxcrt::operator!= (const U *lhs, const ObservedPtr< T > &rhs)