WTF::ListRefPtr Class Reference
#include <ListRefPtr.h>
Inheritance diagram for WTF::ListRefPtr:

Public Member Functions | |
| ListRefPtr () | |
| ListRefPtr (T *ptr) | |
| ListRefPtr (const RefPtr< T > &o) | |
| template<typename U > | |
| ListRefPtr (const PassRefPtr< U > &o) | |
| ~ListRefPtr () | |
| ListRefPtr & | operator= (T *optr) |
| ListRefPtr & | operator= (const RefPtr< T > &o) |
| ListRefPtr & | operator= (const PassRefPtr< T > &o) |
| template<typename U > | |
| ListRefPtr & | operator= (const RefPtr< U > &o) |
| template<typename U > | |
| ListRefPtr & | operator= (const PassRefPtr< U > &o) |
Constructor & Destructor Documentation
| WTF::ListRefPtr::ListRefPtr | ( | ) | [inline] |
Definition at line 35 of file ListRefPtr.h.
| WTF::ListRefPtr::ListRefPtr | ( | T * | ptr | ) | [inline] |
Definition at line 36 of file ListRefPtr.h.
| WTF::ListRefPtr::ListRefPtr | ( | const RefPtr< T > & | o | ) | [inline] |
Definition at line 37 of file ListRefPtr.h.
template<typename U >
| WTF::ListRefPtr::ListRefPtr | ( | const PassRefPtr< U > & | o | ) | [inline] |
Definition at line 39 of file ListRefPtr.h.
| WTF::ListRefPtr::~ListRefPtr | ( | ) | [inline] |
Definition at line 41 of file ListRefPtr.h.
Member Function Documentation
| ListRefPtr& WTF::ListRefPtr::operator= | ( | T * | optr | ) | [inline] |
Reimplemented from WTF::RefPtr< T >.
Definition at line 47 of file ListRefPtr.h.
| ListRefPtr& WTF::ListRefPtr::operator= | ( | const RefPtr< T > & | o | ) | [inline] |
Definition at line 48 of file ListRefPtr.h.
| ListRefPtr& WTF::ListRefPtr::operator= | ( | const PassRefPtr< T > & | o | ) | [inline] |
Reimplemented from WTF::RefPtr< T >.
Definition at line 49 of file ListRefPtr.h.
template<typename U >
| ListRefPtr& WTF::ListRefPtr::operator= | ( | const RefPtr< U > & | o | ) | [inline] |
Reimplemented from WTF::RefPtr< T >.
Definition at line 50 of file ListRefPtr.h.
template<typename U >
| ListRefPtr& WTF::ListRefPtr::operator= | ( | const PassRefPtr< U > & | o | ) | [inline] |
Reimplemented from WTF::RefPtr< T >.
Definition at line 51 of file ListRefPtr.h.
The documentation for this class was generated from the following file:
KDE 4.7 API Reference