#include <RefPtr.h>
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
| WTF::RefPtr::RefPtr |
( |
| ) |
[inline] |
| WTF::RefPtr::RefPtr |
( |
T * |
ptr | ) |
[inline] |
| WTF::RefPtr::RefPtr |
( |
const RefPtr & |
o | ) |
[inline] |
template<typename U >
| WTF::RefPtr::RefPtr |
( |
const PassRefPtr< U > & |
o | ) |
[inline] |
| WTF::RefPtr::~RefPtr |
( |
| ) |
[inline] |
template<typename U >
| WTF::RefPtr::RefPtr |
( |
const RefPtr< U > & |
o | ) |
[inline] |
Member Function Documentation
| void WTF::RefPtr::clear |
( |
| ) |
[inline] |
| T* WTF::RefPtr::get |
( |
| ) |
const [inline] |
| bool WTF::RefPtr::isHashTableDeletedValue |
( |
| ) |
const [inline] |
| bool WTF::RefPtr::operator! |
( |
| ) |
const [inline] |
| T& WTF::RefPtr::operator* |
( |
| ) |
const [inline] |
| ALWAYS_INLINE T* WTF::RefPtr::operator-> |
( |
| ) |
const [inline] |
| RefPtr< T > & WTF::RefPtr::operator= |
( |
T * |
optr | ) |
[inline] |
template<typename U >
| RefPtr< T > & WTF::RefPtr::operator= |
( |
const RefPtr< U > & |
o | ) |
[inline] |
template<typename T >
| RefPtr<T>& WTF::RefPtr::operator= |
( |
const RefPtr< T > & |
o | ) |
[inline] |
| void WTF::RefPtr::swap |
( |
RefPtr & |
| ) |
|
The documentation for this class was generated from the following file: