WTF
#include <Forward.h>
Public Types | |
typedef T *PassRefPtr::* | UnspecifiedBoolType |
Public Member Functions | |
PassRefPtr () | |
PassRefPtr (T *ptr) | |
PassRefPtr (const PassRefPtr &o) | |
template<typename U > | |
PassRefPtr (const PassRefPtr< U > &o) | |
template<class U > | |
PassRefPtr (const RefPtr< U > &o) | |
ALWAYS_INLINE | ~PassRefPtr () |
void | clear () |
T * | get () const |
operator UnspecifiedBoolType () const | |
bool | operator! () const |
T & | operator* () const |
T * | operator-> () const |
PassRefPtr & | operator= (T *) |
PassRefPtr & | operator= (const PassRefPtr &) |
template<typename U > | |
PassRefPtr & | operator= (const PassRefPtr< U > &) |
template<typename U > | |
PassRefPtr & | operator= (const RefPtr< U > &) |
template<typename U > | |
PassRefPtr< T > & | operator= (const RefPtr< U > &o) |
template<typename U > | |
PassRefPtr< T > & | operator= (const PassRefPtr< U > &ref) |
T * | releaseRef () const |
Friends | |
PassRefPtr | adoptRef (T *) |
Detailed Description
Member Typedef Documentation
typedef T* PassRefPtr::* WTF::PassRefPtr< T >::UnspecifiedBoolType |
Definition at line 60 of file PassRefPtr.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 35 of file PassRefPtr.h.
|
inline |
Definition at line 36 of file PassRefPtr.h.
|
inline |
Definition at line 41 of file PassRefPtr.h.
|
inline |
Definition at line 42 of file PassRefPtr.h.
|
inline |
Definition at line 44 of file PassRefPtr.h.
|
inline |
Definition at line 47 of file PassRefPtr.h.
Member Function Documentation
|
inline |
Definition at line 51 of file PassRefPtr.h.
|
inline |
Definition at line 49 of file PassRefPtr.h.
|
inline |
Definition at line 61 of file PassRefPtr.h.
|
inline |
Definition at line 57 of file PassRefPtr.h.
|
inline |
Definition at line 54 of file PassRefPtr.h.
|
inline |
Definition at line 55 of file PassRefPtr.h.
|
inline |
Definition at line 87 of file PassRefPtr.h.
|
inline |
Definition at line 98 of file PassRefPtr.h.
PassRefPtr& WTF::PassRefPtr< T >::operator= | ( | const PassRefPtr< U > & | ) |
PassRefPtr& WTF::PassRefPtr< T >::operator= | ( | const RefPtr< U > & | ) |
|
inline |
Definition at line 75 of file PassRefPtr.h.
|
inline |
Definition at line 107 of file PassRefPtr.h.
|
inline |
Definition at line 52 of file PassRefPtr.h.
Friends And Related Function Documentation
|
friend |
Definition at line 166 of file PassRefPtr.h.
The documentation for this class was generated from the following files:
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.