auto_ptr Class Reference
#include
<stdapis/stlport/stl/_auto_ptr.h>
class auto_ptr : public __ptr_base |
Member Type Definition Documentation
Typedef _Self
Typedef element_type
Constructor & Destructor Documentation
auto_ptr ( )
auto_ptr ( _Tp * )
auto_ptr | ( | _Tp * | __px | ) | [inline, explicit] |
auto_ptr ( _Self & )
auto_ptr | ( | _Self & | __r | ) | [inline] |
auto_ptr ( auto_ptr_ref< _Tp > )
~auto_ptr ( )
Member Function Documentation
get ( )
operator auto_ptr_ref< _Tp > ( )
operator auto_ptr_ref< _Tp > | ( | ) | [inline] |
operator* ( )
_Tp & | operator* | ( | ) | const [inline] |
operator-> ( )
_Tp * | operator-> | ( | ) | const [inline] |
operator= ( _Self & )
operator= ( auto_ptr_ref< _Tp > )
operator= ( _Tp * )
_Self & | operator= | ( | _Tp * | __px | ) | [inline] |
release ( )
reset ( _Tp * )
void | reset | ( | _Tp * | __px = 0 | ) | [inline] |