WTF
WTF::RefPtr< T > Class Template Reference
#include <Forward.h>
Inheritance diagram for WTF::RefPtr< T >:
Public Types | |
typedef T *RefPtr::* | UnspecifiedBoolType |
Public Member Functions | |
RefPtr () | |
RefPtr (T *ptr) | |
RefPtr (const RefPtr &o) | |
template<typename U > | |
RefPtr (const PassRefPtr< U > &) | |
RefPtr (PlacementNewAdoptType) | |
RefPtr (HashTableDeletedValueType) | |
template<typename U > | |
RefPtr (const RefPtr< U > &o) | |
~RefPtr () | |
void | clear () |
T * | get () const |
bool | isHashTableDeletedValue () const |
operator UnspecifiedBoolType () const | |
bool | operator! () const |
T & | operator* () const |
ALWAYS_INLINE T * | operator-> () const |
RefPtr & | operator= (const RefPtr &) |
RefPtr & | operator= (T *) |
RefPtr & | operator= (const PassRefPtr< T > &) |
template<typename U > | |
RefPtr & | operator= (const RefPtr< U > &) |
template<typename U > | |
RefPtr & | operator= (const PassRefPtr< U > &) |
template<typename U > | |
RefPtr< T > & | operator= (const RefPtr< U > &o) |
template<typename U > | |
RefPtr< T > & | operator= (const PassRefPtr< U > &o) |
PassRefPtr< T > | release () |
void | swap (RefPtr &) |
Detailed Description
Member Typedef Documentation
template<typename T>
typedef T* RefPtr::* WTF::RefPtr< T >::UnspecifiedBoolType |
Constructor & Destructor Documentation
template<typename T>
|
inline |
template<typename T>
|
inline |
template<typename T>
|
inline |
template<typename T >
template<typename U >
|
inline |
template<typename T>
|
inline |
template<typename T>
|
inline |
template<typename T>
|
inline |
Member Function Documentation
template<typename T>
|
inline |
template<typename T>
|
inline |
template<typename T>
|
inline |
template<typename T>
|
inline |
template<typename T>
|
inline |
template<typename T>
|
inline |
template<typename T>
|
inline |
template<typename T >
|
inline |
template<typename T >
|
inline |
template<typename T >
|
inline |
template<typename T>
template<typename U >
RefPtr& WTF::RefPtr< T >::operator= | ( | const RefPtr< U > & | ) |
template<typename T>
template<typename U >
RefPtr& WTF::RefPtr< T >::operator= | ( | const PassRefPtr< U > & | ) |
template<typename T>
template<typename U >
|
inline |
template<typename T>
template<typename U >
|
inline |
template<typename T>
|
inline |
template<class T >
|
inline |
The documentation for this class was generated from the following files:
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.