WTF
WTF::OwnPtr< T > Class Template Reference
#include <OwnPtr.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
◆ UnspecifiedBoolType
template<typename T >
typedef T *(OwnPtr::* WTF::OwnPtr< T >::UnspecifiedBoolType) () const |
Constructor & Destructor Documentation
◆ OwnPtr()
template<typename T >
|
inlineexplicit |
◆ ~OwnPtr()
template<typename T >
|
inline |
Member Function Documentation
◆ clear()
template<typename T >
|
inline |
◆ get()
template<typename T >
|
inline |
◆ operator UnspecifiedBoolType()
template<typename T >
|
inline |
◆ operator!()
template<typename T >
|
inline |
◆ operator*()
template<typename T >
|
inline |
◆ operator->()
template<typename T >
|
inline |
◆ release()
template<typename T >
|
inline |
◆ set()
template<typename T >
|
inline |
◆ swap()
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.