WTF
PassRefPtr.h File Reference
#include "AlwaysInline.h"
Include dependency graph for PassRefPtr.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | WTF::PassRefPtr< T > |
class | WTF::PassRefPtr< T > |
class | WTF::RefPtr< T > |
Namespaces | |
WTF | |
Functions | |
template<typename T > | |
PassRefPtr< T > | WTF::adoptRef (T *) |
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 RefPtr< T > &a, const PassRefPtr< U > &b) |
template<typename T , typename U > | |
bool | WTF::operator!= (const PassRefPtr< T > &a, 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 RefPtr< T > &a, const PassRefPtr< U > &b) |
template<typename T , typename U > | |
bool | WTF::operator== (const PassRefPtr< T > &a, U *b) |
template<typename T , typename U > | |
bool | WTF::operator== (T *a, const PassRefPtr< U > &b) |
template<typename T , typename U > | |
PassRefPtr< T > | WTF::static_pointer_cast (const PassRefPtr< U > &p) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.