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