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