WTF
SharedPtr.h File Reference
Go to the source code of this file.
Classes | |
class | WTF::SharedPtr< T > |
class | SharedPtr< T > |
Namespaces | |
namespace | WTF |
Functions | |
template<typename T, typename U> | |
PassRefPtr< T > | const_pointer_cast (const PassRefPtr< U > &p) |
template<class T, class U> | |
SharedPtr< T > | WTF::const_pointer_cast (const SharedPtr< U > &p) |
template<class T> | |
bool | WTF::operator!= (const SharedPtr< T > &a, const SharedPtr< T > &b) |
template<class T> | |
bool | WTF::operator!= (const SharedPtr< T > &a, const T *b) |
template<class T> | |
bool | WTF::operator!= (const T *a, const SharedPtr< T > &b) |
template<class T> | |
bool | WTF::operator== (const SharedPtr< T > &a, const SharedPtr< T > &b) |
template<class T> | |
bool | WTF::operator== (const SharedPtr< T > &a, const T *b) |
template<class T> | |
bool | WTF::operator== (const T *a, const SharedPtr< T > &b) |
template<typename T, typename U> | |
PassRefPtr< T > | static_pointer_cast (const PassRefPtr< U > &p) |
template<class T, class U> | |
SharedPtr< T > | WTF::static_pointer_cast (const SharedPtr< U > &p) |
Function Documentation
◆ const_pointer_cast()
template<typename T, typename U>
|
inline |
Definition at line 176 of file PassRefPtr.h.
◆ static_pointer_cast()
template<typename T, typename U>
|
inline |
Definition at line 171 of file PassRefPtr.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.