WTF
RefPtr.h File Reference
Go to the source code of this file.
Classes | |
| class | WTF::RefPtr< T > |
Namespaces | |
| namespace | WTF |
Enumerations | |
| enum | WTF::HashTableDeletedValueType { WTF::HashTableDeletedValue } |
| enum | WTF::PlacementNewAdoptType { WTF::PlacementNewAdopt } |
Functions | |
| template<typename T, typename U> | |
| PassRefPtr< T > | const_pointer_cast (const PassRefPtr< U > &p) |
| template<typename T, typename U> | |
| RefPtr< T > | WTF::const_pointer_cast (const RefPtr< U > &p) |
| template<typename T> | |
| T * | WTF::getPtr (const RefPtr< T > &p) |
| template<typename T, typename U> | |
| bool | WTF::operator!= (const RefPtr< T > &a, const RefPtr< U > &b) |
| template<typename T, typename U> | |
| bool | WTF::operator!= (const RefPtr< T > &a, U *b) |
| template<typename T, typename U> | |
| bool | WTF::operator!= (T *a, const RefPtr< U > &b) |
| template<typename T, typename U> | |
| bool | WTF::operator== (const RefPtr< T > &a, const RefPtr< U > &b) |
| template<typename T, typename U> | |
| bool | WTF::operator== (const RefPtr< T > &a, U *b) |
| template<typename T, typename U> | |
| bool | WTF::operator== (T *a, const RefPtr< U > &b) |
| template<typename T, typename U> | |
| PassRefPtr< T > | static_pointer_cast (const PassRefPtr< U > &p) |
| template<typename T, typename U> | |
| RefPtr< T > | WTF::static_pointer_cast (const RefPtr< U > &p) |
| template<class T> | |
| void | WTF::swap (RefPtr< T > &a, RefPtr< T > &b) |
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-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.