ReactOS 0.4.16-dev-329-g9223134
|
#include <_auto_ptr.h>
Public Types | |
typedef _Tp | element_type |
typedef auto_ptr< _Tp > | _Self |
Public Member Functions | |
_Tp * | release () _STLP_NOTHROW |
void | reset (_Tp *__px=0) _STLP_NOTHROW |
_Tp * | get () const _STLP_NOTHROW |
_Tp * | operator-> () const _STLP_NOTHROW |
_Tp & | operator* () const _STLP_NOTHROW |
auto_ptr (_Tp *__px=0) _STLP_NOTHROW | |
auto_ptr (_Self &__r) _STLP_NOTHROW | |
_Self & | operator= (_Self &__r) _STLP_NOTHROW |
~auto_ptr () _STLP_NOTHROW | |
auto_ptr (auto_ptr_ref< _Tp > __r) _STLP_NOTHROW | |
_Self & | operator= (auto_ptr_ref< _Tp > __r) _STLP_NOTHROW |
operator auto_ptr_ref< _Tp > () _STLP_NOTHROW | |
Public Member Functions inherited from __ptr_base | |
void | __set (const volatile void *p) |
void | __set (void *p) |
Additional Inherited Members | |
Public Attributes inherited from __ptr_base | |
void * | _M_p |
Definition at line 48 of file _auto_ptr.h.
Definition at line 51 of file _auto_ptr.h.
Definition at line 50 of file _auto_ptr.h.
|
inlineexplicit |
Definition at line 84 of file _auto_ptr.h.
|
inline |
Definition at line 100 of file _auto_ptr.h.
Definition at line 107 of file _auto_ptr.h.
|
inline |
Definition at line 109 of file _auto_ptr.h.
Definition at line 66 of file _auto_ptr.h.
Referenced by ios_base::_S_initialize(), SDIMainFrame::jump_to(), ShellBrowserChildT< BASE >::Notify(), auto_ptr< _Tp >::operator auto_ptr_ref< _Tp >(), auto_ptr< _Tp >::operator*(), auto_ptr< _Tp >::operator->(), auto_ptr< _Tp >::release(), auto_ptr< _Tp >::reset(), ios_base::sync_with_stdio(), SDIMainFrame::update_shell_browser(), MDIShellBrowserChild::update_shell_browser(), and auto_ptr< _Tp >::~auto_ptr().
|
inline |
Definition at line 123 of file _auto_ptr.h.
|
inline |
Definition at line 79 of file _auto_ptr.h.
|
inline |
Definition at line 74 of file _auto_ptr.h.
|
inline |
Definition at line 102 of file _auto_ptr.h.
|
inline |
Definition at line 112 of file _auto_ptr.h.
Definition at line 53 of file _auto_ptr.h.
Referenced by ios_base::_S_initialize(), CWineTest::GetNextTestInfo(), ios_base::sync_with_stdio(), SDIMainFrame::update_shell_browser(), and MDIShellBrowserChild::update_shell_browser().
Definition at line 59 of file _auto_ptr.h.
Referenced by ios_base::_S_initialize(), CWineTest::Run(), and ios_base::sync_with_stdio().