ACE
6.1.0
|
Implements the draft C++ standard auto_ptr abstraction. More...
#include <Auto_Ptr.h>
Public Types | |
typedef X | element_type |
Public Member Functions | |
auto_ptr (X *p=0) | |
auto_ptr (auto_ptr< X > &ap) | |
X * | operator-> () const |
Implements the draft C++ standard auto_ptr abstraction.
typedef X auto_ptr< X >::element_type |
Reimplemented from ACE_Auto_Basic_Ptr< X >.
X * auto_ptr< X >::operator-> | ( | ) | const [inline] |