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