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