ReactOS 0.4.16-dev-533-gc7d1aa3
|
#include <auto_array_ptr.h>
Public Types | |
typedef Type | element_type |
Public Member Functions | |
auto_array_ptr (Type *Ptr=0) throw () | |
auto_array_ptr (auto_array_ptr< Type > &Right) throw () | |
~auto_array_ptr () throw () | |
Type * | get () const throw () |
Type * | release () throw () |
void | reset (Type *Ptr=0) throw () |
operator Type * () const throw () | |
Private Attributes | |
Type * | m_Ptr |
Definition at line 9 of file auto_array_ptr.h.
typedef Type auto_array_ptr< Type >::element_type |
Definition at line 15 of file auto_array_ptr.h.
|
inlineexplicit |
Definition at line 18 of file auto_array_ptr.h.
|
inline |
Definition at line 24 of file auto_array_ptr.h.
|
inline |
Definition at line 30 of file auto_array_ptr.h.
|
inline |
Definition at line 36 of file auto_array_ptr.h.
|
inline |
Definition at line 60 of file auto_array_ptr.h.
|
inline |
Definition at line 42 of file auto_array_ptr.h.
Referenced by CWebService::GetSuiteID().
Definition at line 51 of file auto_array_ptr.h.
Referenced by CWebService::GetSuiteID(), and CWebService::Submit().
|
private |
Definition at line 12 of file auto_array_ptr.h.
Referenced by auto_array_ptr< Type >::get(), auto_array_ptr< Type >::operator Type *(), auto_array_ptr< Type >::release(), auto_array_ptr< Type >::reset(), and auto_array_ptr< Type >::~auto_array_ptr().