ACE
6.0.7
|
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::element_type |
Reimplemented from ACE_Auto_Basic_Ptr< X >.
auto_ptr::auto_ptr | ( | X * | p = 0 | ) | [inline, explicit] |
auto_ptr::auto_ptr | ( | auto_ptr< X > & | ap | ) | [inline] |
X * auto_ptr::operator-> | ( | ) | const [inline] |