WTF
#include <SharedPtr.h>
Public Member Functions | |
SharedPtr () | |
SharedPtr (T *ptr) | |
SharedPtr (const SharedPtr &o) | |
template<class U > | |
SharedPtr (const SharedPtr< U > &o) | |
~SharedPtr () | |
T * | get () const |
bool | isNull () const |
bool | notNull () const |
operator bool () const | |
bool | operator! () const |
T & | operator* () const |
T * | operator-> () const |
SharedPtr & | operator= (const SharedPtr &) |
SharedPtr & | operator= (T *) |
void | reset () |
void | reset (T *o) |
Detailed Description
template<class T>
class WTF::SharedPtr< T >
Definition at line 29 of file SharedPtr.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 32 of file SharedPtr.h.
|
inline |
Definition at line 33 of file SharedPtr.h.
|
inline |
Definition at line 34 of file SharedPtr.h.
|
inline |
Definition at line 35 of file SharedPtr.h.
|
inline |
Definition at line 37 of file SharedPtr.h.
Member Function Documentation
|
inline |
Definition at line 47 of file SharedPtr.h.
|
inline |
Definition at line 40 of file SharedPtr.h.
|
inline |
Definition at line 41 of file SharedPtr.h.
|
inline |
Definition at line 53 of file SharedPtr.h.
|
inline |
Definition at line 52 of file SharedPtr.h.
|
inline |
Definition at line 49 of file SharedPtr.h.
|
inline |
Definition at line 50 of file SharedPtr.h.
SharedPtr< T > & WTF::SharedPtr< T >::operator= | ( | const SharedPtr< T > & | o | ) |
Definition at line 64 of file SharedPtr.h.
|
inline |
Definition at line 75 of file SharedPtr.h.
|
inline |
Definition at line 44 of file SharedPtr.h.
|
inline |
Definition at line 45 of file SharedPtr.h.
The documentation for this class was generated from the following file:
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.