WTF
WTF::OwnArrayPtr< T > Class Template Reference
#include <OwnArrayPtr.h>
Inheritance diagram for WTF::OwnArrayPtr< T >:

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