WTF
WTF::OwnPtr< T > Class Template Reference
#include <Forward.h>
Inheritance diagram for WTF::OwnPtr< T >:
Public Types | |
typedef T *(OwnPtr::* | UnspecifiedBoolType )() const |
Public Member Functions | |
OwnPtr (T *ptr=0) | |
~OwnPtr () | |
void | clear () |
T * | get () const |
operator UnspecifiedBoolType () const | |
bool | operator! () const |
T & | operator* () const |
T * | operator-> () const |
T * | release () |
void | set (T *ptr) |
void | swap (OwnPtr &o) |
Detailed Description
Member Typedef Documentation
template<typename T>
typedef T*(OwnPtr::* WTF::OwnPtr< T >::UnspecifiedBoolType)() const |
Constructor & Destructor Documentation
template<typename T>
|
inlineexplicit |
template<typename T>
|
inline |
Member Function Documentation
template<typename T>
|
inline |
template<typename T>
|
inline |
template<typename T>
|
inline |
template<typename T>
|
inline |
template<typename T>
|
inline |
template<typename T>
|
inline |
template<typename T>
|
inline |
template<typename T>
|
inline |
template<typename T>
|
inline |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.