WTF
PassRefPtr.h File Reference
#include "AlwaysInline.h"Go to the source code of this file.
Classes | |
| class | WTF::PassRefPtr< T > |
Namespaces | |
| namespace | WTF |
Functions | |
| template<typename T> | |
| PassRefPtr< T > | adoptRef (T *p) |
| template<typename T> | |
| PassRefPtr< T > | WTF::adoptRef (T *p) |
| template<typename T, typename U> | |
| PassRefPtr< T > | const_pointer_cast (const PassRefPtr< U > &p) |
| template<typename T, typename U> | |
| PassRefPtr< T > | WTF::const_pointer_cast (const PassRefPtr< U > &p) |
| template<typename T> | |
| T * | WTF::getPtr (const PassRefPtr< T > &p) |
| template<typename T, typename U> | |
| bool | WTF::operator!= (const PassRefPtr< T > &a, const PassRefPtr< U > &b) |
| template<typename T, typename U> | |
| bool | WTF::operator!= (const PassRefPtr< T > &a, const RefPtr< U > &b) |
| template<typename T, typename U> | |
| bool | WTF::operator!= (const PassRefPtr< T > &a, U *b) |
| template<typename T, typename U> | |
| bool | WTF::operator!= (const RefPtr< T > &a, const PassRefPtr< U > &b) |
| template<typename T, typename U> | |
| bool | WTF::operator!= (T *a, const PassRefPtr< U > &b) |
| template<typename T, typename U> | |
| bool | WTF::operator== (const PassRefPtr< T > &a, const PassRefPtr< U > &b) |
| template<typename T, typename U> | |
| bool | WTF::operator== (const PassRefPtr< T > &a, const RefPtr< U > &b) |
| template<typename T, typename U> | |
| bool | WTF::operator== (const PassRefPtr< T > &a, U *b) |
| template<typename T, typename U> | |
| bool | WTF::operator== (const RefPtr< T > &a, const PassRefPtr< U > &b) |
| template<typename T, typename U> | |
| bool | WTF::operator== (T *a, const PassRefPtr< U > &b) |
| template<typename T, typename U> | |
| PassRefPtr< T > | static_pointer_cast (const PassRefPtr< U > &p) |
| template<typename T, typename U> | |
| PassRefPtr< T > | WTF::static_pointer_cast (const PassRefPtr< U > &p) |
Function Documentation
◆ adoptRef()
template<typename T>
|
inline |
Definition at line 166 of file PassRefPtr.h.
◆ 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-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.