WTF
#include <OwnArrayPtr.h>

Public Types | |
typedef T *(OwnArrayPtr::* | UnspecifiedBoolType) () const |
Public Member Functions | |
OwnArrayPtr (T *ptr=0) | |
~OwnArrayPtr () | |
void | clear () |
T * | get () const |
operator UnspecifiedBoolType () const | |
bool | operator! () const |
T & | operator* () const |
T * | operator-> () const |
T & | operator[] (std::ptrdiff_t i) const |
T * | release () |
void | set (T *ptr) |
void | swap (OwnArrayPtr &o) |
Detailed Description
class WTF::OwnArrayPtr< T >
Definition at line 31 of file OwnArrayPtr.h.
Member Typedef Documentation
◆ UnspecifiedBoolType
typedef T *(OwnArrayPtr::* WTF::OwnArrayPtr< T >::UnspecifiedBoolType) () const |
Definition at line 50 of file OwnArrayPtr.h.
Constructor & Destructor Documentation
◆ OwnArrayPtr()
|
inlineexplicit |
Definition at line 33 of file OwnArrayPtr.h.
◆ ~OwnArrayPtr()
|
inline |
Definition at line 34 of file OwnArrayPtr.h.
Member Function Documentation
◆ clear()
|
inline |
Definition at line 40 of file OwnArrayPtr.h.
◆ get()
|
inline |
Definition at line 36 of file OwnArrayPtr.h.
◆ operator UnspecifiedBoolType()
|
inline |
Definition at line 51 of file OwnArrayPtr.h.
◆ operator!()
|
inline |
Definition at line 47 of file OwnArrayPtr.h.
◆ operator*()
|
inline |
Definition at line 42 of file OwnArrayPtr.h.
◆ operator->()
|
inline |
Definition at line 43 of file OwnArrayPtr.h.
◆ operator[]()
|
inline |
Definition at line 45 of file OwnArrayPtr.h.
◆ release()
|
inline |
Definition at line 37 of file OwnArrayPtr.h.
◆ set()
|
inline |
Definition at line 39 of file OwnArrayPtr.h.
◆ swap()
|
inline |
Definition at line 53 of file OwnArrayPtr.h.
The documentation for this class was generated from the following files:
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.