ACE
6.1.0
|
Implements the draft C++ standard auto_ptr abstraction. This version can be used instead of auto_ptr<T> More...
#include <Auto_Ptr.h>
Public Types | |
typedef X | element_type |
Public Member Functions | |
ACE_Auto_Ptr (X *p=0) | |
X * | operator-> () const |
Implements the draft C++ standard auto_ptr abstraction. This version can be used instead of auto_ptr<T>
typedef X ACE_Auto_Ptr< X >::element_type |
Reimplemented from ACE_Auto_Basic_Ptr< X >.
ACE_Auto_Ptr< X >::ACE_Auto_Ptr | ( | X * | p = 0 | ) | [inline, explicit] |
X * ACE_Auto_Ptr< X >::operator-> | ( | ) | const [inline] |